You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: