alterzero / DBPN-Pytorch

The project is an official implement of our CVPR2018 paper "Deep Back-Projection Networks for Super-Resolution" (Winner of NTIRE2018 and PIRM2018)
https://alterzero.github.io/projects/DBPN.html
MIT License
566 stars 164 forks source link

How to use correctly #49

Open lchunleo opened 5 years ago

lchunleo commented 5 years ago

Am using my own input data and using your predefined weights and it does not work in my context. I trying to read texts from the image. I think is it because your data is trained on different dataset that r not text type that is why it is different result? Do the input data need to be the same resolution and size as the one used for your training? One example like reading pixelated number plate.

Is there some conditions that need to fulfill or consider on what the model can work well? Thanks