dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Fixed reorg_layer. Old reorg can be used as [reorg_old] in the cfg-file.
AlexeyAB
2018-03-03
fe44d3d0f29e96714de75234e1fd7e40b05b0296
[~speedprog/mtg/mtg_card_detector.git]
/
mjpeg_stream.sh
1
2
3
4
5
6
7
8
rem Run this file and then open URL in Chrome/Firefox: rem http://localhost:8090
rem Or open: http://ip-address:8090
./darknet detector demo ./cfg/voc.data ./cfg/yolo-voc.cfg ./yolo-voc.weights test50.mp4 -i 0 -thresh 0.2 -http_port 8090
pause