TFLite?

#3
by James15695 - opened

The plate detection and OCR seems to work well 😊 thanks for this. But my use case means I am needing to use TensorFlow. Is there any chance of providing TFLite or similar models for use?

For the recognition (OCR) model I will provide official support for TFLite in next release (not as engine for inference but easy export out-of-the-box). The idea of these models is to provide them in ONNX framework to benefit from fast and easy of use of many accelerators in the same framework. That being said, nothing prevents you from grabbing the onnx-yolo (detector) and recognition (OCR) models and converting them to TFlite.

ankandrew changed discussion status to closed

Sign up or log in to comment