deep-image-prior
deep-image-prior copied to clipboard
Image restoration with neural networks but without learning.
I find that the weight decay of network is not used in the optimization. So I try to set weight decay (0.0001) in the Adam function, and the PSNR of...
Well, I've run the code yet I am confused about the output. It is not clear as input. But in your paper, your results are great with high resolution. Could...
plot_image_grid([imgs['HR_np'], result_no_prior, result_tv_prior, result_deep_prior], factor=8, nrow=2); --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in () 2 result_no_prior, 3 result_tv_prior, ----> 4 result_deep_prior], factor=8, nrow=2); ~\Downloads\deep-image-prior\utils\common_utils.py in plot_image_grid(images_np, nrow, factor, interpolation)...
I was able to save file using. But some reason image is black and white only with low quality. Should I specify color scheme or smth? ``` imageio.imwrite('astronaut-gray.png', out_np[0]) ```
does it take a lot of computing power to use this ? Does it require training ? of a lot of images? Can it have the training data built into...
I'm not a coder but I think it would be wonderful to incorporate Folder/Subfolder structure to LR as well as the results. That way it would be very easy to...
When loading pretrained vgg and alexnet in python 3.6: ``` 'ascii' codec can't decode byte 0xc3 in position 875: ordinal not in range(128) ```
Can this method be applied to deblurring?
Hello, is there win32 exe or something available? Добрый день, будет ли выпускаться программа в виде исполняемого файла?