Skip to content

99991/simple-dip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-dip

Simplified version of https://github.com/DmitryUlyanov/deep-image-prior

  • So far, only inpainting has been implemented.
  • No guarantees for exactly identical implementations.

How to

  1. Install PyTorch, NumPy, Pillow and OpenCV (or uncomment the three lines with cv2 if you do not want the preview while training)
  2. Run inpaint.py

This will download the library test image and mask from https://github.com/DmitryUlyanov/deep-image-prior and inpaint the masked region.

Example

Masked image Inpainted image
Masked library Inpainted library

Citation

@article{UlyanovVL17,
    author    = {Ulyanov, Dmitry and Vedaldi, Andrea and Lempitsky, Victor},
    title     = {Deep Image Prior},
    journal   = {arXiv:1711.10925},
    year      = {2017}
}

About

Simplified version of https://github.com/DmitryUlyanov/deep-image-prior

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages