Changed cmd and sh files. Added new cfg files for old Yolo v2.

This commit is contained in:
AlexeyAB
2018-03-28 23:23:37 +03:00
parent d014f7530f
commit b659d93a4a
30 changed files with 1618 additions and 35 deletions

View File

@ -1,7 +1,7 @@
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
./darknet detector demo ./cfg/coco.data ./cfg/yolov3.cfg ./yolov3.weights test50.mp4 -i 0 -thresh 0.25 -http_port 8090