#393 · Primary category: Computer Vision
Deep-Image-Matting
Deep Image Matting
Project last updated:08/20/19
GitHub Stars
989
Forks
259
Contributors
9
License
MIT
Why we included this project
Foamliu's port reproduces the Deep Image Matting network from Xu et al., and for its age it is still one of the easier codebases to read if you need a clean alpha mask of a subject rather than a rough box. The repository ships the whole pipeline: preprocessing scripts, a Keras/TensorFlow training entry point, and a demo that takes an image plus a trimap and returns an alpha matte and a composited background. The Adobe dataset used in the paper requires contacting the authors, so you will likely bring your own or synthetic data, and the code sits on the older TensorFlow 1.9 stack. Treat it as a working reference for the two-stage matting loss and network design, or a starting point if you plan to port the approach into a modern framework; the author's v2 and PyTorch ports pick up where this one stops.
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)