https://github.com/doncato/face-detacher
Quickly 'anonymize' all people in an image. This script will put a black bar over all eye-pairs in an image
https://github.com/doncato/face-detacher
facial-detection opencv opencv-python privacy python python3
Last synced: about 2 months ago
JSON representation
Quickly 'anonymize' all people in an image. This script will put a black bar over all eye-pairs in an image
- Host: GitHub
- URL: https://github.com/doncato/face-detacher
- Owner: doncato
- License: gpl-3.0
- Created: 2021-10-28T21:52:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T22:58:55.000Z (over 4 years ago)
- Last Synced: 2025-03-25T23:32:50.991Z (about 1 year ago)
- Topics: facial-detection, opencv, opencv-python, privacy, python, python3
- Language: Python
- Homepage:
- Size: 269 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face-Detacher
Quickly 'anonymize' all people in an image. This script will put a black bar over all eye-pairs in an image
This is a small python script to detect and censor all eyepairs in an image.
Feel free to use this script if you think it's helpful (and feel free to attribute me).
You can also contribute to this by forking this repository and making a pull request if you want to help.
Depending on the Image this programm may work differently. Especially partially cut of faces, faces at an angle and people looking
sideways are tough to detect.
## How2use:
1. You need python3 installed
2. You need to have the default python libraries as well as pip installed
3. You need the libraries numpy and cv2 to install those use `pip3 install opencv-python numpy`
4. open your terminal/cmd and change your working directory to the directory of the script
5. type `python3 main.py ` and hit enter