Skip to content

Releases: google/magritte

New graph for visualizing tracked detections

16 Dec 10:01
fafa297
Compare
Choose a tag to compare
  • Add overlay graphs to display both base detection and tracked detections.
  • Replace absl::make_unique with std::make_unique (introduced in C++14).

Initial open source release

05 Sep 09:38
Compare
Choose a tag to compare
  • First release to GitHub.
  • New graphs: face blurring, face overlay, face pixelization, face sticker
    redaction.
  • Magritte library API that simplifies common tasks by providing abstractions
    around the use of MediaPipe in many places.
  • Added Android and desktop example apps.
  • Added documentation and C++ codelab.