Celantur Documentation
celantur.com
  • Celantur Documentation
  • Container
    • Getting Started
    • Requirements and Installation
      • Requirements
      • Installation on Linux
      • Installation on Windows
      • Updates
    • Usage
      • Batch and Stream mode
      • REST API (v1) mode
      • TCP mode
      • Segmentation Masks and Metadata
      • Customize Blurring
      • Using CPU only
      • Object Tracking
    • Benchmarks
    • Release Notes
  • SDK/Edge
    • Getting Started
    • Requirements and Installation
      • Requirements
    • Benchmarks
    • Release Notes
  • Architecture
  • Troubleshooting
  • Cloud API
    • Getting Started
    • Concept
    • Authorization
    • Examples
    • API Endpoints
    • Webhooks
    • v1 (deprecated)
      • v1 API Endpoints (deprecated)
      • v1 Webhooks (deprecated)
      • v1 Examples (deprecated)
      • v1 Authorization (deprecated)
    • Release Notes
  • Tutorials
    • Image Anonymization in Esri ArcGIS Online
    • Image Anonymization in Esri ArcGIS Pro
    • Anonymization of ROS2 .mcap files
    • FARO Blurring Workflow
    • Anonymize Teledyne Flir PGR images
Powered by GitBook
On this page
  • Overview
  • Requirements and Installation
  • Modes and Features
  • Anonymize Images and Videos
  • Anonymize Panorama Images
  • Anonymize Drone Images
  • Anonymize FullHD Videos
  • What's New
  1. Container

Getting Started

Start anonymizing images and videos with Celantur Container.

PreviousCelantur DocumentationNextRequirements and Installation

Last updated 19 days ago

Overview

Celantur Container is a -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:

Anonymize Images and Videos

  • 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.

Batch mode
celantur.sh \
  -a face \
  -a license-plate \
  --format pano:8192 \
  --model segmentatio-omnium 
Batch mode
celantur.sh \
  -a face \
  -a license-plate \
  --format '{"number":[4,1],"overlap":[300,0],"section":[0,1870,12288,4950]}' \
  --model segmentatio-omnium 

When starting with a demo of Celantur Container, our team will send you a customized code sample.

Anonymize Drone Images

Example for images (4032x3024) from a DJI Mini 3 Pro.

Persons and vehicles:

Batch mode
celantur.sh \
  -a person \
  -a vehicle \
  --model segmentatio-omnium \
  -f '{"number":[4,3],"overlap":[200,200]}' \
  --vehicle-threshold 0.4 \
  --person-threshold 0.3

Faces and license plates:

Batch mode
celantur.sh \
  -a face \
  -a license-plate \
  --model segmentatio-omnium \
  -f '{"number":[4,3],"overlap":[200,200]}' \
  --face-threshold 0.1 \
  --license-plate-threshold 0.1

-f '{"number":[4,3],"overlap":[200,200]}' specifies into how many tiles (and their respective overlap) the image will be split. For best results anonymization results, tiles should roughly cover 1000x1000 pixels.

Anonymize FullHD Videos

Run following command:

Batch mode
celantur.sh \
  -a face \
  -a license-plate \
  --model segmentatio-omnium \
  --face-threshold 0.2 \
  --license-plate-threshold 0.2 \
  --video \
  --keep-bit-rate

What's New

and

(read/write from file system)

( and )

appearance

Install Celantur Container according to the .

Run following command after, specifying the format value according to 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 , specify the (x1, y1, x2, y2) of the panorama.

Check if your video's is supported.

Optimize: Adapt thresholds (lower = better detections, potentially more false positives; higher = less false positives) --face-threshold 0.3 , --license-plate-threshold 0.3 ()

Celantur Container receives continuous improvements and new features. Read more about past and recent releases in the .

Installation on Linux
Installation on Windows
Batch and Stream Mode
TCP Mode
Extract Segmentation Masks and Metadata
Customize Blurring
CPU mode
installation guide
codec
Release Notes
Docker
System Requirements
REST API Mode
Licensing
How to run Celantur Container in Batch Mode.
Predefined Formats
Predefined Formats
middle section
Batch/Stream mode
sync
async