HolyWu / vs-ddcolor

DDColor function for VapourSynth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

DDColor function for VapourSynth


Languages

Language:Python 100.0%