作者您好,当我运行到这句代码时`self.annopath = os.path.join(VOC_test_root, 'VOC2007', 'Annotations', '{:s}.xml')`,`recs[imagename] = self.parse_record(annopath.format(imagename))`总是报错找不到.xml文件,显示路径有错误,不知道您有没有遇到类似的问题。`
作者您好,当我运行到这句代码时
self.annopath = os.path.join(VOC_test_root, 'VOC2007', 'Annotations', '{:s}.xml'),recs[imagename] = self.parse_record(annopath.format(imagename))总是报错找不到.xml文件,显示路径有错误,不知道您有没有遇到类似的问题。`