diff --git a/image_yolov2.sh b/image_yolov2.sh new file mode 100755 index 00000000000..b134ae55ebf --- /dev/null +++ b/image_yolov2.sh @@ -0,0 +1 @@ +./darknet detector test ./cfg/coco.data ./cfg/yolov2.cfg ./yolov2.weights data/dog.jpg -i 0 -thresh 0.25 diff --git a/net_cam_v2.sh b/net_cam_v2.sh new file mode 100755 index 00000000000..b59cae11636 --- /dev/null +++ b/net_cam_v2.sh @@ -0,0 +1,6 @@ +#rm test_dnn_out.avi + +./darknet detector demo ./cfg/coco.data ./cfg/yolov2.cfg ./yolov2.weights rtsp://admin:admin12345@192.168.0.228:554 -i 0 -thresh 0.25 + + + diff --git a/video_yolov2.sh b/video_yolov2.sh new file mode 100755 index 00000000000..1b84bc7cb8b --- /dev/null +++ b/video_yolov2.sh @@ -0,0 +1 @@ +./darknet detector demo ./cfg/coco.data ./cfg/yolov2.cfg ./yolov2.weights test50.mp4 -i 0 -thresh 0.25