使用 python3 安装依赖项:
pip install -r requirements.txt
1.) 要准备训练数据,请下载 PURE 并按照 src/preprocessing/PURE 中的步骤操作
2.) 使用以下方法训练多个模型:
./scripts/train_PURE.sh
3.) 使用以下方法测试模型:
./scripts/test_PURE.sh
添加新的数据加载器时,请确保将它们添加到 src/datasets/utils.py 中,以便可以从相应的命令行参数中选择它们。您可以通过将新数据集添加到 src/test.py 中的第 30 行来运行跨数据集实验。
如果您使用我们的代码或数据的任何部分,请引用我们的论文。
@inproceedings{speth2023sinc,
title={Non-Contrastive Unsupervised Learning of Physiological Signals from Video},
author={Speth, Jeremy and Vance, Nathan and Flynn, Patrick and Czajka, Adam},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2023},
}