AlexeyAB
2018-08-15 f007f7b90ec1a3d83fd638d81b9b209448f659a4
build/darknet/x64/gen_anchors.py
@@ -141,7 +141,7 @@
            line = line.rstrip('\n')
            w,h = line.split(' ')[3:]            
            #print(w,h)
            annotation_dims.append(map(float,(w,h)))
            annotation_dims.append(tuple(map(float,(w,h))))
    annotation_dims = np.array(annotation_dims)
  
    eps = 0.005