andreas128 / SRFlow

Official SRFlow training code: Super-Resolution using Normalizing Flow in PyTorch
Other
829 stars 112 forks source link

Is GT_size 160 (size of HR image) hard-coded in the code #36

Open sarvghotra opened 3 years ago

sarvghotra commented 3 years ago
  1. Is GT_size (size of HR image) hard-coded in the following place:
  1. If yes, does it mean that one can not use any other HR image size during training?
  2. Does SRFlow impose any limit on what this hardcarded value could be? In other words, can I use for example 180?
ghost commented 2 years ago

I carried out the training after rewriting all these hard-coded values directly.

It would be a good idea to put the image size in the yml files in the directory ./code/confs and change it to refer to that value in all the places in the source code you and I have presented.

If the repository administrator continues to react, I would submit a pull request, but unfortunately no his or her response to these issues seems to be expected.