Hi Community,
I am working on a project which is related to license plate detection and OCR.
Only using TFLite to detect the license plate from the video device is no problem.
But combining Tesseract to recognize license plate text is failed.
It always get the same output tensor from TFLite interpreter.
It should get different output from different frames of the video device.
But the output is always the same as the first output tensor.
Run python code on IMX8MP EVK with Yocto LF5.10.35_2.0.0 imx-image-full.
What could be the problem?
Thanks