dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
* make regex compatible with new code * fix #777 exceeds Locator.MAXTICKS *...
Adesun
2018-08-05
84f53a4b05475156b03cbf9177ae190350fa824e
[~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/coco.data ./cfg/yolov3.cfg ./yolov3.weights test50.mp4 -i 0 -thresh 0.25 -http_port 8090
pause