bubbliiiing / yolo3-keras

这是一个yolo3-keras的源码,可以用于训练自己的模型。
MIT License
535 stars 188 forks source link

用了自己的数据集以后出现错误Traceback (most recent call last): File "C:/Users/Zz/Desktop/yolo3-keras-master - 副本 (2)/voc_annotation.py", line 106, in <module> convert_annotation(year, image_id, list_file) File "C:/Users/Zz/Desktop/yolo3-keras-master - 副本 (2)/voc_annotation.py", line 39, in convert_annotation in_file = open(os.path.join(VOCdevkit_path, 'VOC%s/Annotations/%s.xml'%(year, image_id)), encoding='utf-8') FileNotFoundError: [Errno 2] No such file or directory: 'VOCdevkit\\VOC2007/Annotations/000005.xml' #44

Open jiangzhucaovv opened 2 years ago

jiangzhucaovv commented 2 years ago

不知道怎么解决,目前只能训练您提供的VOC数据集