Face Anonymizer

Blur faces from image and video files in /input/ folder.

Requirements

  1. yolov5-crowdhuman
  2. download crowdhuman_yolov5m.pt file in package folder.
    Download model trained on crowd human using yolov5(m) architeture.
    Download Link: YOLOv5m-crowd-human

Useage

python run.py --weights crowdhuman_yolov5m.pt --source input/ --heads
Place image and video files in /input/ folder.
Result images will be in /output/ and videos with sound will be in /output/sound/

Demo

Click image view Imgur video

(note, demo is silent but videos in /output/sound contain audio)

GitHub

View Github