FileNotFoundError:[Error 2] No such file or directory"'/pycontrast/data/NTURGBD/NTURGBD//nturgb+d_rgb_warped_correction/S013C003P037R001A049/WRGB-00000010.jpg''
ChunyeLi opened this issue · 1 comments
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?