diff --git a/get_dr_txt.py b/get_dr_txt.py index 46823c23a58d8a2c763b5b415f8269c2e5f7ed0d..ae354a21030fa7dd9841da49de16cfa07f5c47e4 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.001 + self.confidence = 0.01 f = open("./input/detection-results/"+image_id+".txt","w") image_shape = np.array(np.shape(image)[0:2])