Skip to content

bencoster/Bringing-Old-Photos-Back-to-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Old Photo Restoration

Installation

Download pretrained models

python get_models.py

Install dependencies:

pip install -r requirements.txt

How to use?

Full Pipeline

You could easily restore the old photos with one simple command after installation and downloading the pretrained model.

For images without scratches:

python run.py --input_folder [test_image_folder_path] \
              --output_folder [output_path] \

For scratched images:

python run.py --input_folder [test_image_folder_path] \
              --output_folder [output_path] \
              --with_scratch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages