#249 · Primary category: Computer Vision
DeepMosaics
Automatically remove the mosaics in images and videos, or add mosaics to them.
Project last updated:08/30/24
GitHub Stars
2.6K
Forks
485
Contributors
4
License
GPL-3.0
Why we included this project
DeepMosaics tackles a specific and fiddly image-processing job: finding pixelated regions in a photo or video frame and either restoring the content underneath or applying a mosaic over it. The pipeline runs in two learned stages, a semantic-segmentation model that locates the mosaics and an image-to-image translation model that reconstructs or re-blocks those areas, so raw frames can be processed without hand-marking each region. Anyone working with anonymized or censored media, archival restoration, or redaction tasks will get as much use from the add-mosaic direction as from the cleanup path, and both run on stills and video through a simple CLI. There is also a ready-built Windows GUI and downloadable pretrained models for people who only need the tool once and want to skip the code. Results come out strongest on face-focused content, output quality depends on which checkpoint you load, and training your own models means assembling a paired dataset along the lines the repo documents.
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)