Getting Started
Start anonymizing images and videos with Celantur Container.
Last updated
Start anonymizing images and videos with Celantur Container.
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).
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
Install Celantur Container according to the installation guide.
celantur.sh script is used to start the Docker Container.
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.
Celantur Container receives continuous improvements and new features. Read more about past and recent releases in the Release Notes.
Last updated