mirror of https://github.com/AlexeyAB/darknet.git
parent
5f38c0d8f5
commit
9f7d403a3c
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
|
||||
|
||||
./darknet detector test ./cfg/voc.data ./cfg/yolov2.cfg ./yolov2.weights data/dog.jpg -i 0 -thresh 0.2 |
||||
|
||||
|
||||
|
@ -0,0 +1,6 @@ |
||||
#rm test_dnn_out.avi |
||||
|
||||
./darknet detector demo ./cfg/coco.data ./cfg/yolov3.cfg ./yolov3.weightss rtsp://admin:admin12345@192.168.0.228:554 -i 0 -thresh 0.25 |
||||
|
||||
|
||||
|
@ -0,0 +1,6 @@ |
||||
|
||||
|
||||
./darknet detector demo ./cfg/coco.data ./cfg/yolov2.cfg ./yolov2.weights test50.mp4 -i 0 -thresh 0.25 |
||||
|
||||
|
||||
|
Loading…
Reference in new issue