yolov4-custom-functions
yolov4-custom-functions copied to clipboard
How i get coords xmax,ymin in detect_video.py
how i send coords to detect_video.py?
Same way as with detect.py, you can get coordinates using the --info flag
Example:
python detect_video.py --weights ./checkpoints/custom-416 --size 416 --model yolov4 --video ./data/video/license_plate.mp4 --output ./detections/recognition.avi --info