Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/google/magritte

Mediapipe-based library to redact faces from videos and images
https://github.com/google/magritte

anonymization de-identification face-detection pii-detection

Last synced: 2 months ago
JSON representation

Mediapipe-based library to redact faces from videos and images

Awesome Lists containing this project

README

        

# Magritte

Magritte is a [MediaPipe](https://mediapipe.dev)-based library to redact faces
from photos and videos.

It provides *processing graphs* to reliably detect faces, track their movements
in videos, and disguise the person's identity by obfuscating their face.

Processing graphs are built from *feature subgraphs* that solve sub-problems
such as detecting or tracking faces (without recognizing them), determining the
area to be redacted, and applying de-identification effect to this area (e.g.,
blurring, pixelization or sticker redaction).

To get started, refer to our [GitHub page](https://google.github.io/magritte/).