MichaelRomeroJr / FaceAnon

Anonymize people in images and videos using yolov5-crowdhuman.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Anonymize people in images and videos using yolov5-crowdhuman.

License:GNU General Public License v3.0


Languages

Language:Python 91.9%Language:Shell 6.5%Language:Dockerfile 1.6%