From 9c6099ba4f30178539fa88808f26e029be4548b8 Mon Sep 17 00:00:00 2001 From: Bubbliiiing <47347516+bubbliiiing@users.noreply.github.com> Date: Tue, 15 Sep 2020 09:43:03 +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 46823c2..ae354a2 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]) -- GitLab