#545 · Primary category: Computer Vision
colorization-pytorch
PyTorch reimplementation of Interactive Deep Colorization
Project last updated:06/04/20
GitHub Stars
601
Forks
108
Contributors
31
License
MIT
Why we included this project
This is the PyTorch reimplementation of the SIGGRAPH 2017 interactive colorization paper, where a user scribbles a few color hints on a grayscale image and the network fills in the rest from learned priors. It is a training codebase rather than a ready-to-run tool: you prepare the ILSVRC dataset, run the two-stage pass (classification loss first, then regression fine-tuning), and check results with PSNR sweeps across hint densities. Pretrained weights are included, with the original Caffe weights converted to PyTorch, so you can test the model without training from scratch. Expect to integrate it into your own pipeline and pair it with the companion GUI repository for interactive use. For anyone studying hint-conditioned image generation, the architecture and loss design are worth reading closely.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)