Added example how to use web-cam: darknet/x64/darknet_web_cam_voc.cmd

This commit is contained in:
AlexeyAB
2016-12-10 13:11:22 +03:00
parent d6da9e3e35
commit f479c25d62

View File

@ -0,0 +1,6 @@
# play video from Web-Camera number 0
darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights -c 0
pause