Getting Started
Start anonymizing images and videos with Celantur Container.
Overview
Celantur Container is a Docker-based container image to automatically anonymize faces, persons, license plates and vehicles on images and videos.
It's built to deliver high-quality anonymization and high throughput (see benchmarks).
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.
Quickstart
Run
mkdir input
Copy some images into the
input
directory.Run
bash celantur.sh -a person -a license-plate
Check the anonymized in the
output
directory.
For different image types and resolutions, e.g. panoramas, drone images, check out Recommended Parameters.
When starting with a demo of Celantur Container, our team will send you a customized code sample.
What's New
Celantur Container receives continuous improvements and new features. Read more about past and recent releases in the Release Notes.
Last updated