richzhang / colorization

Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
http://richzhang.github.io/colorization/
BSD 2-Clause "Simplified" License
3.35k stars 928 forks source link

C ++ interface for colorization. #87

Open DefTruth opened 3 years ago

DefTruth commented 3 years ago

I have converted the model to ONNX and implemented a C ++ interface based on onnxruntime. see colorizer.cpp