deep-image-prior icon indicating copy to clipboard operation
deep-image-prior copied to clipboard

Image restoration with neural networks but without learning.

Results 72 deep-image-prior issues
Sort by recently updated
recently updated
newest added

When trying to build, I get a failure on step 7: ``` root@Tower:/mnt/user/Projects/deep-image-prior# docker build -t deep-image-prior . ... Step 7/11 : RUN conda env update -n=root --file=environment.yml ---> Running...

I only have the corrupted image, as follows: ![xf_3](https://user-images.githubusercontent.com/13342178/71464307-e45c1e80-27f3-11ea-8d93-c300d477fd3c.png) but I don't have the mask of the image. should I have to get the mask of the image? In other...

Hey - got the Dockerfile to build and work with these changes.

I want to test the inpainting task, how to generate the mask, any code?

When building with docker, curl wasn't following a 301 and the build was breaking. This simple change fixes that.

Adding salt and pepper noise is giving bad results in denoising, should we make any changes in the optimization setting to get better results?

For SR case, it seems need calculate loss for backward, it mean it must need GT, how can i run SR in case of only LR images? is it possible?

hi, everyone , I have run the code successfully. But I have two question. Question 1:how to save the final net parameter and model which give the certain input picture,...