argman / EAST

A tensorflow implementation of EAST text detector
GNU General Public License v3.0
3.02k stars 1.05k forks source link

How many images are required to train EAST? #223

Open PallawiSinghal opened 5 years ago

xbcReal commented 5 years ago

1000 train images from icdar2015 and 229 train images from icdar2013 is what I used and get 0.78 f score on icdar test images.

xxlxx1 commented 5 years ago

@xbcReal when to stop training? I only can see loss in training data, should I add some code to validation?