Looking for Chinese OCR (detection only) for Jetson

Hi,

Is there any OCR for Jetson? In the web, I found OCR using opencv mostly.
And the speed is not high… 6fps…
Also, is there any Chinese character detection example for jetson? Just detection is ok with me.

Plan B is to train a new object detection model with lots of Chinese character…?

Thx

Hi,

Below is an OCR example for Xavier with TensorRT.
Detection can reach 24.7 fps and recognition is 7,118 fps on Xavier:

The repository use the pretrained model from EasyOCR.
You can check if there is a model can meet your requirement or just apply the custom training.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.