tensorflow-yolov4-tflite
tensorflow-yolov4-tflite copied to clipboard
licence plate recognition script
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 ?
what I mean is actually I want to also read plate number from detected box coordinates
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?