mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fixed command line examples
This commit is contained in:
6
build/darknet/x64/darknet_coco.cmd
Normal file
6
build/darknet/x64/darknet_coco.cmd
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
darknet.exe detector test data/coco.data yolo.cfg yolo.weights -i 0 -thresh 0.1
|
||||
|
||||
|
||||
pause
|
@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
darknet.exe yolo demo yolo.cfg yolo.weights test.mp4 -i 0
|
||||
darknet.exe detector demo data/coco.data yolo.cfg yolo.weights test.mp4 -i 0
|
||||
|
||||
|
||||
pause
|
@ -1,6 +1,4 @@
|
||||
|
||||
|
||||
darknet.exe yolo demo yolo-voc.cfg yolo-voc.weights test.mp4 -i 0
|
||||
darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights test.mp4 -i 0
|
||||
|
||||
|
||||
pause
|
@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
darknet.exe yolo demo yolo-voc.cfg yolo-voc.weights %1 -i 0
|
||||
darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights %1 -i 0
|
||||
|
||||
|
||||
pause
|
@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
darknet.exe yolo demo tiny-yolo-voc.cfg tiny-yolo-voc.weights test.mp4 -i 0
|
||||
darknet.exe detector demo data/voc.data tiny-yolo-voc.cfg tiny-yolo-voc.weights test.mp4 -i 0
|
||||
|
||||
|
||||
pause
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
# Replace the address below, on shown in the phone application
|
||||
|
||||
darknet.exe yolo demo yolo.cfg yolo.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0
|
||||
darknet.exe detector demo data/coco.data yolo.cfg yolo.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0
|
||||
|
||||
|
||||
pause
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
# Replace the address below, on shown in the phone application
|
||||
|
||||
darknet.exe yolo demo yolo-voc.cfg yolo-voc.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0
|
||||
darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0
|
||||
|
||||
|
||||
pause
|
6
build/darknet/x64/darknet_voc.cmd
Normal file
6
build/darknet/x64/darknet_voc.cmd
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
darknet.exe detector test data/voc.data yolo-voc.cfg yolo-voc.weights -i 0 -thresh 0.1
|
||||
|
||||
|
||||
pause
|
Reference in New Issue
Block a user