Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 458 Bytes

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.