#249 · Primary category: Computer Vision

DeepMosaics

computer-vision deep-learning mosaic pytorch video-inpainting

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