yjh0410 2 år sedan
förälder
incheckning
c6366cc614
1 ändrade filer med 1 tillägg och 1 borttagningar
  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(