diff --git a/get_dr_txt.py b/get_dr_txt.py index 21f9c69994539481cbf60cfb833b40b7e4131306..85f9ce6e45e0c4e7b590a74f2411074dabec75e9 100644 --- a/get_dr_txt.py +++ b/get_dr_txt.py @@ -18,7 +18,7 @@ class mAP_YOLO(YOLO): # 获得所有的分类 #---------------------------------------------------# def generate(self): - self.score = 0.05 + self.score = 0.001 model_path = os.path.expanduser(self.model_path) assert model_path.endswith('.h5'), 'Keras model or weights must be a .h5 file.'