AlexeyAB
2018-07-02 2bac3681fcecb225c5e5a6376d7f95835cd8f89e
Minor fixes
1 files modified
1 files added
16 ■■■■ changed files
build/darknet/x64/darknet_yolov3_pseuso_labeling.cmd 10 ●●●●● patch | view | raw | blame | history
build/darknet/x64/yolov3.cfg 6 ●●●● patch | view | raw | blame | history
build/darknet/x64/darknet_yolov3_pseuso_labeling.cmd
New file
@@ -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
build/darknet/x64/yolov3.cfg
@@ -610,7 +610,7 @@
classes=80
num=9
jitter=.3
ignore_thresh = .5
ignore_thresh = .7
truth_thresh = 1
random=1
@@ -696,7 +696,7 @@
classes=80
num=9
jitter=.3
ignore_thresh = .5
ignore_thresh = .7
truth_thresh = 1
random=1
@@ -783,7 +783,7 @@
classes=80
num=9
jitter=.3
ignore_thresh = .5
ignore_thresh = .7
truth_thresh = 1
random=1