Minor fixes

pull/1132/head
AlexeyAB 7 years ago
parent 1e9d1fcedf
commit 2bac3681fc
  1. 10
      build/darknet/x64/darknet_yolov3_pseuso_labeling.cmd
  2. 6
      build/darknet/x64/yolov3.cfg

@ -0,0 +1,10 @@
darknet.exe detector test data/obj.data yolo-obj.cfg yolo-obj_8000.weights -thresh 0.25 -dont_show -save_labels < images.txt
rem -thresh 0.1
pause

@ -610,7 +610,7 @@ anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 37
classes=80 classes=80
num=9 num=9
jitter=.3 jitter=.3
ignore_thresh = .5 ignore_thresh = .7
truth_thresh = 1 truth_thresh = 1
random=1 random=1
@ -696,7 +696,7 @@ anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 37
classes=80 classes=80
num=9 num=9
jitter=.3 jitter=.3
ignore_thresh = .5 ignore_thresh = .7
truth_thresh = 1 truth_thresh = 1
random=1 random=1
@ -783,7 +783,7 @@ anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 37
classes=80 classes=80
num=9 num=9
jitter=.3 jitter=.3
ignore_thresh = .5 ignore_thresh = .7
truth_thresh = 1 truth_thresh = 1
random=1 random=1

Loading…
Cancel
Save