novioleo / crnn.mxnet

crnn in mxnet.can train with chinese characters
Apache License 2.0
47 stars 19 forks source link

ADD TEXT LOCALTION #6

Closed novioleo closed 7 years ago

novioleo commented 7 years ago

i use the algorithm from opencv_contrib to location the text(temporary),to detect the character area.this algorithm is suit for non-chinese text.i'll replace it with other simpler algorithm ,so that the mobile device can detect the text area much more efficient.

novioleo commented 7 years ago

I've been tried the following methods: 1.CTPN-----the model is so big and the train process is private and the speed is unsatisfactory 2.text-line ---- the model is so big

  1. seglink ----- the speed is unsatisfactory 4.Textboxes ---- may be the choice.In order to speed up the network,i'd like to change the SSD architecture:change the convolution layer to mobilenet.

IF YOU HAVE OTHER IDEA,PLEASE LEFT IT.

pribadihcr commented 6 years ago

@novioleo,

had text detector implemented yet?

novioleo commented 6 years ago

@pribadihcr EAST~ but i havn't push it~~~