dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Removed random=1 from resnet152_yolo.cfg. Until resize_network() isn't supp...
AlexeyAB
2018-03-05
ae1768e5831caa95214b93b08ee711aede36df07
[~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