Skip to content

nimisha3005/ImageColorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Colorization with RGB plates

The goal of this project is to colorize images taken by Prokudin-Gorskii a 100 years ago. The images are provided in the form of digitized glass plates that requires application of image processing techniques to produce a colored image.

This project is taken from Dr. Alexei Efros’ class at the University of California, Berkeley. The output of the code on different images can be viewed in Final_Images folder.

Data

The Prokudin-Gorskii collection of images is in the public domain, and these images can be downloaded from the Library of Congress.

Installation

Step 1: Clone github repository

git@github.com:nimisha3005/ImageColorization.git

Step 2: Change working directory

cd ImageColorization

Step 3: Install requirements for the project

pip install -r requirements.txt

Step 4: Create the directory of source images where RGB images are present

Step 5: Run file on terminal and parse locations of input and output images

python img_color.py -i INPUT_LOCATION -o OUTPUT_LOCATION

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages