Mingkun Yang

Results 23 comments of Mingkun Yang

Yes, with minor modifications, I tried Chinese text recognition based on this repo. You can try it.

At present, I don't implement this function with beam search. However, if you don't use the beam search while inference, the character-level recognition score can be obtained via [here](https://github.com/ayumiymk/aster.pytorch/blob/master/lib/utils/labelmaps.py#L45).

In practice, we firstly rotate this image by 90° or -90°. And then select the result with a higher recognition score.