Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 809 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 809 Bytes

Paddle-Colorization

Use PaddlePaddle to implementate Colorful Image Colorization

Paper: Colorful Image Colorization

Competition Page: PaddlePaddle AI Studio

Architecture: arch

Other Version Implementation:

Usage

Download PaddlePaddle Weight

Download weight from Google Drive, and place it in this folder.

Or you can place it anywhere you want and change the weight path in colorizers/eccv16.py and colorizers/siggraph17.py.

Run

python demo_release.py

Please check tarin branch for training