WenjiaWang0312 / TextZoom

[ECCV2020] A super-resolution dataset of paired LR-HR scene text images
446 stars 77 forks source link

Where are the images saved? #34

Open 3BBUAE opened 3 years ago

3BBUAE commented 3 years ago

After I run the demo, where are the images of the super resolution texts saved? Like after the image has been processed before the text reading process.

lepto2014 commented 3 years ago

there is no saving module being use for demo case, training and testing has... For eg self.tripple_display(images_lr, images_sr, images_hr, pred_str_lr, pred_str_sr, label_strs, index) in https://github.com/JasonBoy1/TextZoom/blob/master/src/interfaces/super_resolution.py

526460049 commented 3 years ago

@JasonBoy1 运行demo.py 我尝试写类似self.tripple_display的函数来保存超分图片,但是图片效果很差。请问您能提供一下解决方案吗? @3BBUAE Would you save the problem?