mirror of https://github.com/AlexeyAB/darknet.git
Added sample scripts for yolov4
This commit is contained in:
parent
f14054ec2b
commit
185213438e
|
@ -0,0 +1,6 @@
|
|||
|
||||
|
||||
./darknet detector test ./cfg/coco.data ./cfg/yolov4.cfg ./yolov4.weights data/dog.jpg -i 0 -thresh 0.25
|
||||
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
|
||||
./darknet detector demo ./cfg/coco.data ./cfg/yolov4.cfg ./yolov4.weights test50.mp4 -i 0 -thresh 0.25
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue