seann999 / ssd_tensorflow

SSD implementation in development in TensorFlow
182 stars 52 forks source link

How to Change the COCO paths in coco_loader.py? #13

Closed zhuwt1996 closed 5 years ago

zhuwt1996 commented 5 years ago

Hello,when I run your codes ,an error accured :FileNotFoundError: [Errno 2] No such file or directory: '/media/sean/HDCL-UT1/mscoco/annotations/instances_train2014.json' I think I shoud change the path,but I do not know how to do it.