Koreyoshi Lethe

Results 5 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)就可以了

when I run the following instructions: ``` python -um batch_rl.fixed_replay.train \ --base_dir=/tmp/batch_rl \ --replay_dir=$DATA_DIR/Pong/1 \ --agent_name=quantile \ --gin_files='batch_rl/fixed_replay/configs/quantile_pong.gin' \ --gin_bindings='FixedReplayRunner.num_iterations=1000' \ --gin_bindings='atari_lib.create_atari_environment.game_name = "Pong"' --gin_bindings='FixedReplayQuantileAgent.minq_weight=1.0' ``` errros happened: ![image](https://github.com/user-attachments/assets/4c642e9f-05a1-4537-a8a0-88b2f7768fb3) How...