sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.44k stars 673 forks source link

Using iamges that have been normalized already #335

Open abbasmzs opened 2 years ago

abbasmzs commented 2 years ago

I want to use your pre-trained model's algorithm on images that have been normalized by0-1 already and I like the output to be in this range (0-1) too and not be 0-255. so which sections should I change?