MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
956 stars 281 forks source link

Training on icdar2015-TRW #8

Closed chaseleecn closed 6 years ago

chaseleecn commented 6 years ago

Nice work! Did you try to train the model on "ICDAR 2015 Competition on Text Reading in the Wild"(icdar2015-TRW) dataset? Is it good to use this method for long sentences? Would you kindly share the trained model on icdar2015-TRW? Thanks!

qnkhuat commented 6 years ago

hi @chasonlee I wonder what os u are using? I'm running 16.04 and still can't install

chaseleecn commented 6 years ago

@qnkhuat I use the same os as you do(Ubuntu 16.04). Maybe you should open a new issue to describe your problem.

qnkhuat commented 6 years ago

@chasonlee Can u describe shortly how u install?

MhLiao commented 6 years ago

@chasonlee TextBoxes++ is a word-based text detector. It may be not suitable for detecting long sentences if without some tricks.

Omnipresent commented 6 years ago

@chasonlee have you had any success with detecting multiple words with TextBoxes++?

@MhLiao Would it be able to detect multiple words (3 to 4) or will it strictly detect one word?

MhLiao commented 6 years ago

@Omnipresent It can detect multiple words.