Real-ESRGAN
Real-ESRGAN copied to clipboard
will it work on text images?
Do you guys think will it work on text images like Driving License images capture from phone with blur and noise? will it helpful for remove all this things and perform OCR on it?
It will work on text images. But you need to finetune on those images with texts.
what are the fine tuning parameter required for that?
- Data is important. So we need to collect such text images for fine-tuning the pre-trained models
- For better performance, we also need to tune the hyper-parameters for synthesizing low-quality images
okay! so I have tried on some text images so far text is small and lots of text in image text style or font style will change that will cause the ocr problem..so I am thinking to train on this dataset what do you think based on your knowledge for getting better result and at the time of generation we will get better result.. link of the dataset:- https://github.com/JasonBoy1/TextZoom
okay! so I have tried on some text images so far text is small and lots of text in image text style or font style will change that will cause the ocr problem..so I am thinking to train on this dataset what do you think based on your knowledge for getting better result and at the time of generation we will get better result.. link of the dataset:- https://github.com/JasonBoy1/TextZoom
I'm doing exactly the same thing recently, did you work it out? I've tried those two way mentioned by @xinntao.
@YC7225
Did you have any luck? I need to restore text from blurry/low quality images