Added sample scripts for yolov4

This commit is contained in:
qboticslabs 2020-04-30 00:04:27 -07:00
parent f14054ec2b
commit 185213438e
3 changed files with 18 additions and 0 deletions

6
image_yolov4.sh Executable file
View File

@ -0,0 +1,6 @@
./darknet detector test ./cfg/coco.data ./cfg/yolov4.cfg ./yolov4.weights data/dog.jpg -i 0 -thresh 0.25

6
net_cam_v4.sh Executable file
View File

@ -0,0 +1,6 @@
#rm test_dnn_out.avi
./darknet detector demo ./cfg/coco.data ./cfg/yolov4.cfg ./yolov4.weights rtsp://admin:admin12345@192.168.0.228:554 -i 0 -thresh 0.25

6
video_yolov4.sh Executable file
View File

@ -0,0 +1,6 @@
./darknet detector demo ./cfg/coco.data ./cfg/yolov4.cfg ./yolov4.weights test50.mp4 -i 0 -thresh 0.25