Fu Zeshan
Fu Zeshan
> I got a grayscale image(even though it has 3 channels) when I debug the ouput tensor of 'resize_tensor_w_kernel' in python file 'util.py', I've read the paper and I think...
> I got a grayscale image(even though it has 3 channels) when I debug the ouput tensor of 'resize_tensor_w_kernel' in python file 'util.py', I've read the paper and I think...
Base on onnx file, it's SimSwap. https://arxiv.org/pdf/2106.06340.pdf
fixed my problem, using" filter('crop', width, height, x, y)" doesn't report error.
problem solved. opencv bicubic resize function using alpha = -0.75, whick tend to overshot, keep noise pattern from HR; while imresize bicubic in matlab using alpha = -0.5, generate denoised...