#559 · Primary category: Computer Vision
Deep-Image-Matting
This is tensorflow implementation for paper "Deep Image Matting"
Project last updated:09/21/18
GitHub Stars
624
Forks
183
Contributors
2
License
Other
Why we included this project
Anyone building image compositing or background-removal pipelines will find this TensorFlow reimplementation of the Deep Image Matting paper a useful reference. It follows the paper's two-stage encoder-decoder design, with a VGG16 encoder and a decoder that predicts the alpha matte, and ships training, validation, and TensorBoard code plus support for the alphamatting.com benchmark. The author's changelog is refreshingly honest about the engineering trade-offs, explaining why deconvolution failed to capture fine details like hair and why unpooling replaced it, and how hard it was to balance the two loss weights. That makes the repo more of a hands-on guide for implementing matting networks than a drop-in tool. Keep in mind the training data was proprietary and the project has been dormant since 2018, so plan on adapting the code to current TensorFlow.
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)