MichalBusta / FASText

Efficient Unconstrained Scene Text Detector
GNU General Public License v2.0
191 stars 74 forks source link

cvBoostChar.xml file #29

Closed zacniewski closed 6 years ago

zacniewski commented 6 years ago

Hi Michal! Is there any description how to train the classifier? Or the only option is to carefully analyze the code?

Best regards Artur

MichalBusta commented 6 years ago

Hello Artur,

the training part is not public (I'll share code if you are interested).

It's simple - we are using OpenCV stuff, so just detect regions, select based on IoU with GT and train boost classifier.

Micha

On 11/07/2017 11:35 PM, Artur Z. wrote:

Hi Michal! Is there any description how to train the classifier? Or the only option is to carefully analyze the code?

Best regards Artur

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MichalBusta/FASText/issues/29, or mute the thread https://github.com/notifications/unsubscribe-auth/AD6jsO-PhNWGKClNNm89kmlZ0Vwwh-WTks5s0NsugaJpZM4QVj7k.

zacniewski commented 6 years ago

Hi Michal, It would be nice, if you can share this code for me. Of course I'm very interested. I'd like to investigate FASText in more detailed way, so if you can share the code for a.zacniewski@gmail.com it will be fantastic. Maybe I'll find some interesting ways to improve the FASText :)

Best regards Artur

zacniewski commented 6 years ago

Thanks for sharing the code :)