diff --git a/build/darknet/x64/darknet_yolov3_pseuso_labeling.cmd b/build/darknet/x64/darknet_yolov3_pseuso_labeling.cmd new file mode 100644 index 00000000..160d9104 --- /dev/null +++ b/build/darknet/x64/darknet_yolov3_pseuso_labeling.cmd @@ -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 \ No newline at end of file diff --git a/build/darknet/x64/yolov3.cfg b/build/darknet/x64/yolov3.cfg index 33d94217..b2dd2b84 100644 --- a/build/darknet/x64/yolov3.cfg +++ b/build/darknet/x64/yolov3.cfg @@ -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