darknet/net_cam_v3.sh

7 lines
159 B
Bash
Raw Normal View History

2018-03-29 04:33:03 +08:00
#rm test_dnn_out.avi
2018-12-26 21:21:54 +08:00
./darknet detector demo ./cfg/coco.data ./cfg/yolov3.cfg ./yolov3.weights rtsp://admin:admin12345@192.168.0.228:554 -i 0 -thresh 0.25
2018-03-29 04:33:03 +08:00