未验证 提交 a3e5ffe9 编写于 作者: B Bubbliiiing 提交者: GitHub

Update get_dr_txt.py

上级 7a226288
...@@ -13,7 +13,7 @@ class mAP_SSD(SSD): ...@@ -13,7 +13,7 @@ class mAP_SSD(SSD):
# 检测图片 # 检测图片
#---------------------------------------------------# #---------------------------------------------------#
def detect_image(self,image_id,image): def detect_image(self,image_id,image):
self.confidence = 0.001 self.confidence = 0.01
f = open("./input/detection-results/"+image_id+".txt","w") f = open("./input/detection-results/"+image_id+".txt","w")
image_shape = np.array(np.shape(image)[0:2]) image_shape = np.array(np.shape(image)[0:2])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册