truthofmatthew / persian-license-plate-recognition

PLPR utilizes YOLOv5 and custom models for high-accuracy Persian license plate recognition, featuring real-time processing and an intuitive interface in an open-source framework.
GNU General Public License v3.0
401 stars 117 forks source link

Tensorflow and TensorflowLite #12

Closed mh-ahmadii closed 3 months ago

mh-ahmadii commented 6 months ago

Hello! I'm wondering if it's possible to convert your PyTorch models into TensorFlow and then TensorFlow Lite models. I'd like to use them on Android phones but I'm not sure how to do the conversion. Any assistance would be much appreciated!

truthofmatthew commented 6 months ago

instead of converting, please try to retrain the model this is better solution but if you truly decided to convert there is many solutions for it.

Train for Yolov8