Skip to content

Commit

Permalink
Added Yolo v2 bash files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAB committed Mar 28, 2018
1 parent 5f38c0d commit 9f7d403
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions image_yolov2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@


./darknet detector test ./cfg/voc.data ./cfg/yolov2.cfg ./yolov2.weights data/dog.jpg -i 0 -thresh 0.2



6 changes: 6 additions & 0 deletions net_cam_v3.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/yolov3.cfg ./yolov3.weightss rtsp://admin:[email protected]:554 -i 0 -thresh 0.25



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


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



0 comments on commit 9f7d403

Please sign in to comment.