yu20103983 / FOTS

FOTS tensorflow implementation, Include train and test, EAST+Rotate+CRNN. FOTS: Fast Oriented Text Spotting with a Unified Network
89 stars 35 forks source link

How to process those RoIs with larger width (e.g., >256)? #16

Open Remember2018 opened 5 years ago

Remember2018 commented 5 years ago

Hi, thanks a lot for sharing your great work on FOTS. I have a question, in the code, you set the maximum width of RoIs is 256, but in practices, is this OK for those RoIs with larger width? If convenient, could you please give some advice on how to process these ROIs in recognition branch? Thanks.