thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Extract the reconized object from video #1029

Open AKowshik opened 5 years ago

AKowshik commented 5 years ago

Is there any way that I can extract the coordinates of the detected object from the video file. I have trained my model to detect the license plates of cars and want to extract the detected license plates so that I can perform some character recognition and get the details on the license plates.