We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b372087 commit c412e0bCopy full SHA for c412e0b
get_dr_txt.py
@@ -21,7 +21,7 @@ class mAP_Yolo(YOLO):
21
# 检测图片
22
#---------------------------------------------------#
23
def detect_image(self,image_id,image):
24
- self.confidence = 0.05
+ self.confidence = 0.001
25
f = open("./input/detection-results/"+image_id+".txt","w")
26
image_shape = np.array(np.shape(image)[0:2])
27
0 commit comments