Koreyoshi Lethe

Results 4 issues of Koreyoshi Lethe

Hello, can you tell me what this code does in the test.py file?(您好,请问您能否告诉我在test.py文件当中这段代码的作用是什么?) ![image](https://github.com/Dylan-H-Wang/SLF-RPM/assets/110211332/81f7910e-b1ea-445f-a5c2-7d3e35fc439e) And why are the model architectures used in train.py and test.py different? In train.py, you used...

When I try to run the command "./extract_features.py --datasets UBFC --video_source main", I get an error: ![image](https://github.com/ToyotaResearchInstitute/RemotePPG/assets/110211332/8e176c12-5920-4973-b574-3344a71c9ceb) I want to know where to download "s3fd_convert.pth"

Some errors occurred when I used the following code to calculate``` MAE, RMSE, ```and ```Pearson coefficients```: ``` for h5_path in test_list: h5_path = str(h5_path) with h5py.File(h5_path, 'r') as f: imgs...

大佬您好,我想问一下,关于UniFormer,如果只准备了解模型架构的话,代码是不是只用看这个文件[https://github.com/Sense-X/UniFormer/blob/main/video_classification/slowfast/models/uniformer.py](https://link.zhihu.com/?target=https%3A//github.com/Sense-X/UniFormer/blob/main/video_classification/slowfast/models/uniformer.py)就可以了