Closed idealboy closed 5 years ago
Yeah. It has fixed. Any other problems?
when calling SRMDPreprocessing, I found that only 'sig=2.6' was used to generate the LR images.
Should it use uniform sample for sig for each image according the original paper?
thank you very much.
The kernel size is fixed to 21×21. When applying on real world images, we use the additive Gaussian noise with covariance σ = 15
Sorry, I think I could not make sure which parameter will represent this σ = 15, thank you ,sir!
when calling SRMDPreprocessing, I found that only 'sig=2.6' was used to generate the LR images.
Should it use uniform sample for sig for each image according the original paper?
thank you very much.
'sigma=2.6' refers to fixed test kernel, you could change the setting according to the paper.
The kernel size is fixed to 21×21. When applying on real world images, we use the additive Gaussian noise with covariance σ = 15
Sorry, I think I could not make sure which parameter will represent this σ = 15, thank you ,sir!
self.noise_high is sigma of noise
The kernel size is fixed to 21×21. When applying on real world images, we use the additive Gaussian noise with covariance σ = 15 Sorry, I think I could not make sure which parameter will represent this σ = 15, thank you ,sir!
self.noise_high is sigma of noise
thank you , sir
Could u please help me what exactly is ground truth kernel? as for Super-resolution we consider ground truth image to be the actually HR image and LR image to be the downsampled version? So my doubt is what have we actually consider to be a ground truth kernel?
Sir,
Have you haven the random_batch_noise function committed? thank you!