产生这个问题的原因是因为按照rppg-toolbox的安装方式,安装的pytorch1.12.1是不支持CUDA11.4的,使用PiP list查看当前安装的pytorch版本: 而现在使用的GPU驱动、cuda版本为: 解决方案 为了解决这个问题,我们需要手动安装rppg-toolbox,首先运行命令删除之前的环境 conda remove --name rppg-toolbox --all -y 删除原来的...
main BranchesTags Code This branch is10 commits behindubicomplab/rPPG-Toolbox:main. README License 🔥 Please remember to ⭐ this repo if you find it useful and cite our work if you end up using it in your work! 🔥 🔥 If you have any questions or concerns, please create anissue...
rPPG-Toolbox: Deep Remote PPG Toolbox (NeurIPS 2023) - rPPG-Toolbox/LICENSE at main · ZhiXinChasingLight/rPPG-Toolbox
STEP 2: conda activate rppg-toolboxSTEP 3: pip install -r requirements.txt💻 Example of Using Pre-trained ModelsPlease use config files under ./configs/infer_configsFor example, if you want to run The model trained on PURE and tested on UBFC-rPPG, use python main.py --config_file ./...
Were you able to figure this issue out? I haven't run into this before, and I wonder if simply starting from a new branch off the current version of the main rPPG-Toolbox repo could help you better narrow down what the problem might be. ...
STEP4: Run `python main.py --config_file ./configs/infer_configs/UBFC_SIGNAL.yaml` STEP4: Run `python main.py --config_file ./configs/infer_configs/UBFC_UNSUPERVISED.yaml` # Yaml File Setting The rPPG-Toolbox uses yaml file to control all parameters for training and evaluation. @@ -...
STEP2:conda activate rppg-toolbox STEP3:pip install -r requirements.txt Example of using pre-trained models Please use config files under./configs/infer_configs For example, if you want to run The model trained on PURE and tested on UBFC, usepython main.py --config_file ./configs/infe...
Dear [rPPG-Toolbox Team], First of all, I would like to express my sincere appreciation for the outstanding work you have put into developing the rPPG Toolbox. It’s an excellent tool, and I am excited to test the trained models using it...
main (ubicomplab/rPPG-Toolbox#150) 5 people authored May 19, 2023 1 parent 47a64d5 commit 6938e98 Showing 13 changed files with 1,058 additions and 29 deletions. Whitespace Ignore whitespace Split Unified config.py configs/train_configs BP4D_BP4D_PURE_DEEPPHYS_BASIC.yaml BP4D_BP4D_...
main (ubicomplab/rPPG-Toolbox#288) yahskapar authored Jun 21, 2024 Verified 1 parent cf0c094 commit 70eb133 Showing 1 changed file with 8 additions and 8 deletions. Whitespace Ignore whitespace Split Unified 16 changes: 8 additions & 8 deletions 16 evaluation/post_process.py Original fil...