theAIGuysCode / yolov4-custom-functions

A Wide Range of Custom Functions for YOLOv4, YOLOv4-tiny, YOLOv3, and YOLOv3-tiny Implemented in TensorFlow, TFLite, and TensorRT.
MIT License
601 stars 372 forks source link

How i get coords xmax,ymin in detect_video.py #5

Open matko835 opened 4 years ago

matko835 commented 4 years ago

how i send coords to detect_video.py?

jmudy commented 3 years ago

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