Getting Started
Start anonymizing images and videos with Celantur Container.
Overview
Celantur Container is a Docker-based container image that automatically anonymizes faces, persons, license plates and vehicles on images and videos.
Requirements and Installation
Modes and Features
Celantur Container offers different data input/output modes:
Batch and Stream Mode (read/write from file system)
REST API Mode (sync and async)
Customize Blurring appearance
Anonymize Images and Videos
Install Celantur Container according to the installation guide.
celantur.sh
script is used to start the Docker Container.
Anonymize Panorama Images
Due to large resolution panorama images require special parametrization to achieve the best anonymization results.
Run following command after, specifying the format value according to Predefined Formats if the panorama's resolution exactly matches an item in the list of predefined formats (e.g. pano:8192
):
If your panorama's resolution is not part of Predefined Formats, specify the middle section (x1, y1, x2, y2) of the panorama.
Anonymize Drone Images
Example for images (4032x3024) from a DJI Mini 3 Pro.
Persons and vehicles:
Faces and license plates:
Anonymize FullHD Videos
Check if your video's codec is supported.
Run following command:
Optimize: Adapt thresholds (lower = better detections, potentially more false positives; higher = less false positives)
--face-threshold 0.3
, --license-plate-threshold 0.3
(Batch/Stream mode)
What's New
Celantur Container receives continuous improvements and new features. Read more about past and recent releases in the Release Notes.
Last updated