https://github.com/iv4n-ga6l/facesdetection-with-pixelation-and-blurring
Faces anonymization in video feed using either pixelation or blurring techniques.
https://github.com/iv4n-ga6l/facesdetection-with-pixelation-and-blurring
blur-image facedetection opencv pixelation python ultralytics yolov5
Last synced: about 1 month ago
JSON representation
Faces anonymization in video feed using either pixelation or blurring techniques.
- Host: GitHub
- URL: https://github.com/iv4n-ga6l/facesdetection-with-pixelation-and-blurring
- Owner: iv4n-ga6l
- Created: 2024-06-08T02:20:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T12:56:08.000Z (7 months ago)
- Last Synced: 2025-01-31T13:14:00.277Z (3 months ago)
- Topics: blur-image, facedetection, opencv, pixelation, python, ultralytics, yolov5
- Language: Python
- Homepage:
- Size: 19.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Anonymization in Video
Faces anonymization in video feed using either pixelation or blurring techniques.


## Features
- Person detection using YOLOv5
- Face landmark detection using MediaPipe
- Two anonymization methods: pixelation and blurring## Requirements
````
pip install -r requirements.txt
````## Usage
Options:
- `--method`: Choose between 'pixelation' (default) and 'blurring'````
py app.py --method pixelation
py app.py --method blurring
````