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

license plate detection for batch of images #62

Open spaul13 opened 3 years ago

spaul13 commented 3 years ago

How to perform license-plate detection of a batch of images (batch size=16) modifying and using detect.py?

Can anyone please let me know how to modify detect.py to achieve batch detection?