From c412e0b25e5fe8f1fa471c3e92060077dd9d50d5 Mon Sep 17 00:00:00 2001 From: Bubbliiiing <47347516+bubbliiiing@users.noreply.github.com> Date: Tue, 8 Sep 2020 09:59:51 +0800 Subject: [PATCH] Update get_dr_txt.py --- get_dr_txt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_dr_txt.py b/get_dr_txt.py index 70c5187..82dff30 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]) -- GitLab