/DeOldify

A Deep Learning based project for colorizing and restoring old images (and video!)

Primary LanguagePython

DeOldify

Run deoldify through command-line without jupyter notebook or colab

Arguments:
python run_local.py --help

--input           Input directory or file(image or video)
--output          Output directory
--factor          Render factor (default 21)
--model           Model weight type(artistic, stable, video)
--no_watermark    Disable watermark
--no_postprocess  Disable post-process
Run command:
python run_local.py --input ./test_images/1.jpg --output ./test_images/ --model artistic