Recommended Parameters

A list of recommended parameters for different camera systems to achieve best anonymization results with Celantur Container.

DJI

DJI Mini 3 Pro

Images (4032x3024):

Batch mode, person / vehicle
celantur.sh \
  -a person \
  -a vehicle \
  --model segmentatio-omnium \
  -f '{"number":[4,3],"overlap":[200,200]}' \
  --vehicle-threshold 0.4 \
  --person-threshold 0.3
Batch mode, face / license plate
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

Insta360

Insta360 X4

Panorama images (11904x5952):

celantur.sh \
  -a face \
  -a license-plate \
  --model segmentatio-omnium \
  -f '{"number":[4,1],"overlap":[200,0],"section":[0,2000,11904,4900]}' 

Ladybug

Ladybug5+

Panorama images (8000x4000)

Batch mode, face / license plate
celantur.sh \
  -a face \
  -a license-plate \
  --license-plate-threshold 0.2 \
  --model segmentatio-omnium \
  -f pano:8000 

Last updated