From a3e5ffe94b4c12f5c1ba01fec6eacf1e095c684b Mon Sep 17 00:00:00 2001 From: Bubbliiiing <47347516+bubbliiiing@users.noreply.github.com> Date: Tue, 15 Sep 2020 09:44:24 +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 c45c390..75a25c3 100644 --- a/get_dr_txt.py +++ b/get_dr_txt.py @@ -13,7 +13,7 @@ class mAP_SSD(SSD): # 检测图片 #---------------------------------------------------# 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