demo.mp4
The following datasets were used to train the model
Base
Landscape
Person
Fruits and Flowers
Animals
You can use the pretrained weights avialable under models
folder. Or if you want you can train on your own custom dataset
- Clone the repo
https://github.com/rimo10/Image-Colorization-Project.git
- Open
Image_Colorizer.ipynb
- Copy the model path and run the cell -
def load_checkpoint(model,path):
model.load_state_dict(torch.load(path))
return model
load_checkpoint(model,your_weights_path)
- Clone the repo
git clone https://github.com/rimo10/Image-Colorization-Project.git
- If you don't have streamlit installed then
pip install streamlit
- Go to the root directory of project and run
streamlit run -main.py
in the terminal . This will open an interactive web application. Now drag and drop and see the Magic
Happy Colorization 🤗 !!
Paper: Deep Koalarization: Image Colorization using CNNs and Inception-ResNet-v2
All rights reserved under MIT License