yjh0410 2 年之前
父节点
当前提交
c6366cc614
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      evaluator/voc_evaluator.py

+ 1 - 1
evaluator/voc_evaluator.py

@@ -39,7 +39,7 @@ class VOCAPIEvaluator():
         self.annopath = os.path.join(data_dir, 'VOC2007', 'Annotations', '%s.xml')
         self.imgpath = os.path.join(data_dir, 'VOC2007', 'JPEGImages', '%s.jpg')
         self.imgsetpath = os.path.join(data_dir, 'VOC2007', 'ImageSets', 'Main', set_type+'.txt')
-        self.output_dir = self.get_output_dir('voc_eval/', self.set_type)
+        self.output_dir = self.get_output_dir('det_results/eval/voc_eval/', self.set_type)
 
         # dataset
         self.dataset = VOCDetection(