GyutaeHwang / phase_shifted_rPPG

Deep learning framework for phase-shifted rPPG
https://arxiv.org/abs/2401.04560
MIT License
24 stars 0 forks source link

Got SIGKILL when running main_stage1.py #6

Open TK-31 opened 8 months ago

TK-31 commented 8 months ago

I tried to reproduce this, but when I ran main_stage1.py I got a SIGKILL after ‘train_dataset = Overlap_dataset(subjects_dict['train'], data_path_list, WINDOW_SIZE, 'aug', DEVICE)’. In addition, I find when I use a smaller dataset, it can work properly. What's wrong? My work env: Ubuntu22.04, python3.8, pytorch 1.13, tensorflow-gpu 2.9.1 and Intel Xeon W2255, 64GB RAM and RTX3080Ti GPU. Another env with the same software and I9 13900K, 32GB RAM and RTX4090 GPU ran into the same issue.

yulin01 commented 3 months ago

@TK-31 Hello Can you share the dataset