i meet a problem after train after 110 epoches: `FileNotFoundError: [Errno 2] No such file or directory: './data/OWOD/ImageSets/TOWOD/PROB_V1/learned_owod_t3_ft.txt'`
Dear orrzohar, hello:
First of all, thank you for making the model open source and other work. I encountered some issues while reproducing the PROB model. I configured the environment according to your instructions and started training, but after 110 batches of training, the following error occurred:
FileNotFoundError: [Errno 2] No such file or directory: './data/OWOD/ImageSets/TOWOD/PROB_V1/learned_owod_t3_ft.txt'
I know that the missing file is not a fundamental error. I have encountered it before and found other errors above this error. But this time I didn't find any other errors above this one, only the following program:
新建 文本文档.txt
Can you tell me how to solve this? Also, I have some questions. I now have weight files from 110 batches ago. What should I do if I want to continue training on this basis instead of starting over? How should I change the initial weights to the training results of my current 110 batches in the initialization file and start training again? Looking forward to your reply!