hongfz16 / HCMoCo

[CVPR 2022 Oral] Versatile Multi-Modal Pre-Training for Human-Centric Perception
MIT License
118 stars 7 forks source link

FileNotFoundError:[Error 2] No such file or directory"'/pycontrast/data/NTURGBD/NTURGBD//nturgb+d_rgb_warped_correction/S013C003P037R001A049/WRGB-00000010.jpg'' #3

Open ChunyeLi opened 2 years ago

ChunyeLi commented 2 years ago

Hello I run the firststage command. But I got an error: FileNotFoundError:[Error 2] No such file or directory"/pycontrast/data/NTURGBD/NTURGBD/nturgb+d_rgb_warped_correction/S013C003P037R001A049/WRGB-00000010.jpg''

after running train_ntumpiirgbd2s_hrnet_w18.sh,the question appeared. the file is different evert time.

I have runned /pycontrast/data/NTURGBD/preprocess_nturgbd.py and generated 51 directories about nturgb+d_rgb_warped_correction. but there are not enough for /pycontrast/data/NTURGBD/NTURGBD/nturgbd_flist_clear.txt which should be loaded for train dataset.

Additionally, aftering reading preprocess_nturgbd.py, I found the following:

(pdb) video_set.index((7,3))
15
(pdb) new_tags[15]
'S007C003P001R001A021'

(pdb)video_set.index((17,3))
151
(pdb) new_tags[151]
'S001C003P008R002A015'

It means 'S001C003P008R002A015' matched the homography matrix of setting'(17,3)', is it wrong?

pangyyyyy commented 1 year ago

@ChunyeLi I also encountered many missing files when running the firststage. I was wondering if you managed to resolve the issue?