/vs-ddcolor

DDColor function for VapourSynth

Primary LanguagePython

DDColor

Towards Photo-Realistic Image Colorization via Dual Decoders, based on https://github.com/piddnad/DDColor.

Dependencies

Installation

pip install -U vsddcolor
python -m vsddcolor

Usage

from vsddcolor import ddcolor

ret = ddcolor(clip)

See __init__.py for the description of the parameters.