Minor fixes

This commit is contained in:
AlexeyAB
2018-07-02 13:52:11 +03:00
parent 1e9d1fcedf
commit 2bac3681fc
2 changed files with 13 additions and 3 deletions

View 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

View File

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