deep-image-prior
deep-image-prior copied to clipboard
Image restoration with neural networks but without learning.
I am trying to run Inpainting It works very well. How should I save the repair done and save the original resolution image to the hard drive?
I was trying to use the inpaint model that yo guys have and the final image is stored in out_np, how do I got this to a picture file that...
 I used skip.py for model. channel = [32,64,128] but there is no skip connection in 32 channels...
Is there some steps to use this tool? Like prepare some input images, run some commands, then get the output images.
@DmitryUlyanov @albarji @cclauss How about impainting on face images? Let's say a portion of the face is occluded. Does your impainting code work well on such images?
Hello @DmitryUlyanov @avolution @cclauss @albarji @hafiz703 Great work on the paper and even the results look amazing! Can you please guide me with step by step process on how we...
when I ran the feature_inversion.ipynb, an error mentioned above occured. how to solve the problem?
I try to start container by running command `nvidia-docker run --rm -it --ipc=host -p 8888:8888 deep-image-prior` and it throws the following error. Any idea about it ??? [I 18:44:33.866 NotebookApp]...
Hello, when I run DIP to inpainting or sr, the same training parameters often get different PSNR values, and they may differ by more than 2 points. In addition, during...