Elwarfalli
Elwarfalli
Thank you for replying, my question was: I am trying to add specific noise to the images, is there any way to feed LR images ( which I create them...
Because I used IM ( image model) some function in this model is P files ( I can’t see what is inside them but I know how these work) all...
have you done it?
@zsdonghao I am getting this error when I change the channel from 3 to 1. any help File "main.py", line 73, in train net_g = SRGAN_g(t_image, is_train=True, reuse=False) File "D:\PhD\PhD\Code\Python\Photo-Realistic...
> @rahat-yasir You need a new model for every scale. > @cauivy Adjust model.py by removing one scaling layer > > ``` > #n = Conv2d(n, 256, (3, 3), (1,...
When I applied that where the input is grayscale and I tested my pre-trained model the results were saved in 3 channels of grayscale. I am curious about PSNR; has...
Thank you,
When I set the parameter as follows: # network structures network_g: type: HAT upscale: 3 in_chans: 1 img_size: 64 window_size: 16 compress_ratio: 3 squeeze_factor: 30 conv_scale: 0.01 overlap_ratio: 0.5 img_range:...
Based on my understating, BasicSR paired_image_dataset.py papers the dataset. I have my own grayscale dataset training/validation.