stiansel

Results 3 comments of stiansel

The values for ESRGAN appear to be in the training options file at https://github.com/xinntao/BasicSR/blob/master/codes/options/train/train_ESRGAN.yml (see near the bottom of the file)

If anyone else gets this error, it appears to be caused by the output queue of the FlickrFeeder being sized at 5*num_threads, which means you'll get at most 5 pages...

The non-plus model has a 0.5 offset in the output grid. This may not be accounted for in that inference script's output decoding. See this part of the code in...