yolov4-custom-functions
yolov4-custom-functions copied to clipboard
Error when running on webcam
Hallo,i am trying to run the model on webcam but i get the following error
$ python detect_video.py --weights ./checkpoints/yolov4-416 --size 416 --model yolov4 --video 0 --output ./detections/results.avi
Traceback (most recent call last):
File "detect_video.py", line 178, in
Try this:
python detect_video.py --weights ./checkpoints/custom-416 --size 416 --model yolov4 --video 0 --output ./detections/results.avi