diff --git a/get_dr_txt.py b/get_dr_txt.py index 70c518724f80f51443721a9011ac92f500febe76..82dff306f41fa9742dbc7930b73d9ae57694f4c8 100644 --- a/get_dr_txt.py +++ b/get_dr_txt.py @@ -21,7 +21,7 @@ class mAP_Yolo(YOLO): # 检测图片 #---------------------------------------------------# def detect_image(self,image_id,image): - self.confidence = 0.05 + self.confidence = 0.001 f = open("./input/detection-results/"+image_id+".txt","w") image_shape = np.array(np.shape(image)[0:2])