Skip to content

Commit

Permalink
Added sample scripts for yolov4
Browse files Browse the repository at this point in the history
  • Loading branch information
qboticslabs committed Apr 30, 2020
1 parent f14054e commit 1852134
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions image_yolov4.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@


./darknet detector test ./cfg/coco.data ./cfg/yolov4.cfg ./yolov4.weights data/dog.jpg -i 0 -thresh 0.25



6 changes: 6 additions & 0 deletions net_cam_v4.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#rm test_dnn_out.avi

./darknet detector demo ./cfg/coco.data ./cfg/yolov4.cfg ./yolov4.weights rtsp://admin:[email protected]:554 -i 0 -thresh 0.25



6 changes: 6 additions & 0 deletions video_yolov4.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@


./darknet detector demo ./cfg/coco.data ./cfg/yolov4.cfg ./yolov4.weights test50.mp4 -i 0 -thresh 0.25



0 comments on commit 1852134

Please sign in to comment.