dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Fixes for small objects. And fixes of densenet201_yolo.cfg, resnet50_yolo.c...
AlexeyAB
2018-03-08
a6c51e3b758aee7fd3a6f1d37daa8dcad4891e52
[~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 yolo-voc.cfg yolo-voc.weights test.mp4 -i 0 -http_port 8090
pause