Selaa lähdekoodia

finetune some hyperparameters

yjh0410 2 vuotta sitten
vanhempi
sitoutus
36bcde1d72
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      models/yolov1/matcher.py

+ 1 - 1
models/yolov1/matcher.py

@@ -38,7 +38,7 @@ class YoloMatcher(object):
 
                 # check
                 if bw < 1. or bh < 1.:
-                    return False    
+                    continue    
 
                 # grid
                 xs_c = xc / stride