Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 1 KB

Develop DeOldify.md

File metadata and controls

22 lines (21 loc) · 1 KB

--------------------------------------------------------------------------------------------------

DeOldify

--------------------------------------------------------------------------------------------------

git clone https://github.com/jantic/DeOldify.git cd DeOldify conda env create -f environment.yml

Then start running with these commands:

source activate deoldify jupyter lab

conda install -c conda-forge jupyterlab conda install -c anaconda tensorflow-gpu

Pretrained Weights

Then open the ColorizeVisualization.ipynb in Jupyter Lab

Colorizing Your Own Photos

vis.plot_transformed_image("test_images/old-moscow-photos.jpg")

vis.plot_transformed_image("test_images/Chief.jpg", render_factor=17)

--------------------------------------------------------------------------------------------------