j96w / DenseFusion

"DenseFusion: 6D Object Pose Estimation by Iterative Dense Fusion" code repository
https://sites.google.com/view/densefusion
MIT License
1.08k stars 301 forks source link

No such file or directory:'./datasets/linemod/linemod_preprocessed/data/01/train.txt' #228

Open nanxiaoyixuan opened 3 months ago

nanxiaoyixuan commented 3 months ago

I'm sorry to bother you, but I recently had some problems debugging my own linemod dataset with code training. No matter where the break point is debug, 'dataset.py'(input_file = open('{0}/data/{1}/train.txt'.format(self.root, '%02d' % item)) will always report an error, as follows: No such file or directory:'./datasets/linemod/linemod_preprocessed/data/01/train.txt' I can't see the progress of the code through debug. But the fault does not affect LINEMOD data set by 'bash. / experiments/scripts/train_linemod. Sh' to train, how did this happen? Is there any way to fix this? Thank you very much for your help. I wish you good health and success in your work. 2024-05-19 19-06-14屏幕截图

nanxiaoyixuan commented 3 months ago

Files exist, the path is no problem, you can train the test normally, that is, debug will report an error