Skip to content

Commit c412e0b

Browse files
authored
Update get_dr_txt.py
1 parent b372087 commit c412e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_dr_txt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class mAP_Yolo(YOLO):
2121
# 检测图片
2222
#---------------------------------------------------#
2323
def detect_image(self,image_id,image):
24-
self.confidence = 0.05
24+
self.confidence = 0.001
2525
f = open("./input/detection-results/"+image_id+".txt","w")
2626
image_shape = np.array(np.shape(image)[0:2])
2727

0 commit comments

Comments
 (0)