MichalBusta / E2E-MLT

E2E-MLT - an Unconstrained End-to-End Method for Multi-Language Scene Text
MIT License
291 stars 84 forks source link

Is it possible to use e2e-mlt weight file for android mobile??? #45

Closed ghost closed 5 years ago

ghost commented 5 years ago

I have a plan to make OCR app(on-device) for android mobile using my own training model.

I guess E2E-MLT is a multi-language OCR engine that shows the best performance so far.

Is there any way that I convert trained weight file on Android ???

MichalBusta commented 5 years ago

On Fri, 12 Jul 2019 01:12 leehochan, notifications@github.com wrote:

I have a plan to make OCR app(on-device) for android mobile using my own training model.

I guess E2E-MLT is a multi-language OCR engine that shows the best performance so far.

See the latest ICDAR MLT results - the winner of the competition uses models ensemble. We just provide reasonable solution to start with.

Is there any way that I convert trained weight file on Android ???

Too wide (android is just OS?)question - no simple answer.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MichalBusta/E2E-MLT/issues/45?email_source=notifications&email_token=AA7KHMEQGRGATLTSSZYEFGDP7AHDXA5CNFSM4ICBSU6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G6ZI5FQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7KHMGUJ2DJGWEHOH5UWGTP7AHDXANCNFSM4ICBSU6A .

ghost commented 5 years ago

Thanks!