Skip to content

Releases: tantk/AutoCensor

AutoCensor v1.3.0

Choose a tag to compare

@tantk tantk released this 15 Mar 14:07

AutoCensor v1.3.0

What's new

  • Smart pose tracking - NudeNet detects nudity, then MediaPipe skeleton tracking takes over and continuously censors that person's body. Clothed people (e.g. policemen) are never censored.
  • Scene change detection - Tracking automatically stops when scene cuts (large position jump)
  • Pose-based regions - Crotch, chest, and butt areas derived from skeleton landmarks
  • 640m model - More accurate detection model included

How it works

  1. NudeNet detects exposed body parts
  2. Matches detection to nearest body skeleton
  3. Pose model tracks that person frame-by-frame
  4. Mosaic follows the skeleton until scene change

Download

Unzip and run AutoCensor.exe. No installation needed.
Windows 10/11 x64.

AutoCensor v1.2.0

Choose a tag to compare

@tantk tantk released this 15 Mar 12:26

AutoCensor v1.2.0

What's new

  • Model selector - Choose between 320n (fast) and 640m (accurate) detection models
  • 640m model has higher confidence scores and better detection at higher resolution (640x640 vs 320x320)
  • Both models are bundled - no extra downloads needed

All features

  • Auto-detection of 18 body part classes
  • Pixelated mosaic censoring with adjustable intensity
  • Frame smoothing for consistent video censoring
  • Video timeline sliders with trim mode
  • Bundled ffmpeg

Download

Unzip and run AutoCensor.exe. No installation needed.
Windows 10/11 x64.

AutoCensor v1.1.0

Choose a tag to compare

@tantk tantk released this 15 Mar 09:41

AutoCensor v1.1.0

What's new

  • Frame smoothing - Two-pass detection eliminates mosaic flickering in videos. If nearby frames detect a body part but the current frame doesn't, the censoring carries over.
  • Video timeline sliders - Set start/end time for censoring with auto-detected duration
  • Trim mode - Output only the selected video range with proper audio sync

Download

Unzip and run AutoCensor.exe. No installation needed.

Requirements

  • Windows 10/11 x64

AutoCensor v1.0.0

Choose a tag to compare

@tantk tantk released this 15 Mar 09:36

AutoCensor v1.0.0

Auto-censor exposed body parts in images and videos using AI (NudeNet).

Features

  • Auto-detection of 18 body part classes
  • Pixelated mosaic censoring with adjustable intensity
  • Video timeline sliders for setting censor range
  • Trim mode to extract selected video range
  • Bundled ffmpeg - no external dependencies needed

Usage

  1. Unzip AutoCensor.zip
  2. Run AutoCensor.exe
  3. Browse for image/video, select body parts, click Censor!

Requirements

  • Windows 10/11 x64
  • No installation needed