priya-dwivedi / Deep-Learning

MIT License
3.35k stars 2.5k forks source link

trainval.txt missing on mask rcnn #23

Open Zumbalamambo opened 6 years ago

Zumbalamambo commented 6 years ago

tensorflow.python.framework.errors_impl.NotFoundError: annotations/trainval.txt; No such file or directory

woolfel commented 5 years ago

you have to create one so that create_tf_record.py can read it. The file should have a list of the images you want to use. Like this /data/images/image00 /data/images/image01