dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Minor fix
AlexeyAB
2018-05-27
160eddddc4e265d5ee59a38797c30720bf46cd7c
[~speedprog/mtg/mtg_card_detector.git]
/
build
/
darknet
/
x64
/
darknet_demo_mjpeg_stream.cmd
1
2
3
4
5
6
7
rem Run this file and then open URL in Chrome/Firefox: rem http://localhost:8090
rem Or open: http://ip-address:8090
darknet.exe detector demo data/voc.data cfg/yolov2-voc.cfg yolo-voc.weights test.mp4 -i 0 -http_port 8090 -dont_show
pause