j96w/DenseFusion

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

nanxiaoyixuan opened this issue · 1 comments

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屏幕截图

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