mirror of https://github.com/AlexeyAB/darknet.git
Fixed typo in weights file
This commit is contained in:
parent
1b20072096
commit
5bc7c06891
|
@ -1,6 +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
|
||||
./darknet detector demo ./cfg/coco.data ./cfg/yolov3.cfg ./yolov3.weights rtsp://admin:admin12345@192.168.0.228:554 -i 0 -thresh 0.25
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue