argman / EAST

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

Is there a rule for training image size? #399

Closed northwindapps closed 3 months ago

northwindapps commented 3 months ago

can i ask about the rule on image size? the images in training_samples are 1280 × 720. should i resize my images to it?

northwindapps commented 3 months ago

solved.

found some useful posts: https://github.com/argman/EAST/issues/123 https://github.com/argman/EAST/issues/211

training data size must be larger than batch size: https://github.com/argman/EAST/issues/137