hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.23k stars 1.24k forks source link

licence plate recognition script #381

Open Hilal-Urun opened 3 years ago

Hilal-Urun commented 3 years ago

Hi, I'm new in android studio so could you help me that how can we add licence_plate_recog.py (https://github.com/Mann1904/Automatic-Number-Plate-Recognition/blob/b54cd57c635bfd123cff5e2ef2a0c6cc06a050ee/license_plate_recognizer.py#L2) on android ?

Hilal-Urun commented 3 years ago

what I mean is actually I want to also read plate number from detected box coordinates

Hilal-Urun commented 3 years ago

or for example I have a cnn model file for recognition the plate and how can I combine detected plate with that part ? Or could you suggest a repo doing similar things?