mjq11302010044 / TATT

A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution (CVPR2022)
MIT License
167 stars 17 forks source link

How to set up training on other data sets? #7

Open HansonnnCheung opened 2 years ago

HansonnnCheung commented 2 years ago

Thanks for sharing! If I want to use the tatt model proposed in this paper to train non MDB dataset files (such as datasets packaged in traditional image format), where should I modify the code.

mjq11302010044 commented 2 years ago

@HansonnnCheung Hi, you need to hack the dataset.py for your own dataset. There may be some code examples for you in that file.

HansonnnCheung commented 2 years ago

ok ,i get it. Thx. But there are too many modules(method) in the dataset.py. So i am very confused @mjq11302010044