sanghyun-son / EDSR-PyTorch

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

Using iamges that have been normalized already #335

Open abbasmzs opened 1 year ago

abbasmzs commented 1 year 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?