All Projects β†’ asmaamirkhan β†’ BlurryFaces

asmaamirkhan / BlurryFaces

Licence: MIT license
A tool to blur faces or other regions in images and videos πŸ€‘πŸ”

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to BlurryFaces

Face-Detection-and-Tracking
Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
Stars: ✭ 24 (-58.62%)
Mutual labels:  face-detection, opencv-python
object detector
Object detector from HOG + Linear SVM framework
Stars: ✭ 24 (-58.62%)
Mutual labels:  face-detection, opencv-python
aws-lambda-face-blur
AWS Lambda Face Blur
Stars: ✭ 17 (-70.69%)
Mutual labels:  face-detection, face-blur
Insta flters with python
With this program you can add hat & glass on your face(it's support multiple faces)
Stars: ✭ 21 (-63.79%)
Mutual labels:  face-detection, opencv-python
FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (-18.97%)
Mutual labels:  face-detection, opencv-python
Age-Prediction
This Project is an applicaton based on Computer vision and Machine learning implementation using regression supervised classification.
Stars: ✭ 26 (-55.17%)
Mutual labels:  face-detection, opencv-python
facial-landmarks
Facial landmarks detection with OpenCV, Dlib, DNN
Stars: ✭ 25 (-56.9%)
Mutual labels:  face-detection, opencv-python
Image-Processing-in-Python
This repository contains the links to the article that I wrote on Medium pertaining to Image processing.
Stars: ✭ 23 (-60.34%)
Mutual labels:  face-detection, opencv-python
udacity-cvnd-projects
My solutions to the projects assigned for the Udacity Computer Vision Nanodegree
Stars: ✭ 36 (-37.93%)
Mutual labels:  face-detection, opencv-python
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (-12.07%)
Mutual labels:  face-detection, opencv-python
ComputerVision-Essentials
Computer Vision Essentials in Python Programming Language πŸŽ‰
Stars: ✭ 28 (-51.72%)
Mutual labels:  face-detection, opencv-python
image processing
image-processing exercises.
Stars: ✭ 25 (-56.9%)
Mutual labels:  face-detection, opencv-python
Face-Detection-and-Tracking
Face Detection and tracking using CamShift, Kalman Filter, Optical Flow
Stars: ✭ 30 (-48.28%)
Mutual labels:  face-detection, opencv-python
Face-Recognition
Machine Learning project to recognise faces from an Image just like facebook or video stream
Stars: ✭ 95 (+63.79%)
Mutual labels:  face-detection
britishMuseumFacesDetection
A python example for using OpenCV to identify faces within @BritishMuseum images.
Stars: ✭ 66 (+13.79%)
Mutual labels:  opencv-python
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-70.69%)
Mutual labels:  face-detection
jeelizGlanceTracker
JavaScript/WebGL lib: detect if the user is looking at the screen or not from the webcam video feed. Lightweight and robust to all lighting conditions. Great for play/pause videos if the user is looking or not, or for person detection. Link to live demo.
Stars: ✭ 68 (+17.24%)
Mutual labels:  face-detection
Image deionising auto encoder
Noise removal from images using Convolutional autoencoder
Stars: ✭ 34 (-41.38%)
Mutual labels:  opencv-python
Face-Recognition-using-Raspberry-Pi
A small project which does face detection using OpenCV library.
Stars: ✭ 48 (-17.24%)
Mutual labels:  face-detection
UnitBox
UnitBox: An Advanced Object Detection Network
Stars: ✭ 23 (-60.34%)
Mutual labels:  face-detection

πŸ•΅οΈβ€β™€οΈ Blurry Faces

A tool to blur faces or other regions in photos and videos πŸ•΅οΈβ€

πŸ™Œ Available Codes

  1. auto_blur_image: Detects and blurs faces (or objects) in a given image automatically due to a Tensorflow model
  2. auto_blur_video: Detects and blurs faces (or objects) in a given video due to a Tensorflow model
  3. manual_blur_image: Blurs manually selected faces (or objects)

πŸ”§πŸ”© Usage

  1. Clone or download this repo
  2. Open src folder in CMD
  3. Install required packages
    pip install -r requirements.txt

For auto_blur_image.py:

  1. Run:
    python auto_blur_image.py --input_image <PATH_TO_INPUT_JPG_FILE> --output_image <PATH_TO_OUTPUT_JPG_FILE>  --model_path <PATH_TO_INPUT_PB_FILE> --threshold <THRESHOLD>

For auto_blur_video.py:

  1. Run:
    python auto_blur_video.py --input_video <PATH_TO_INPUT_MP4_FILE> --output_video <PATH_TO_OUTPUT_MP4_FILE> --model_path  <PATH_TO_INPUT_PB_FILE>  --threshold <THRESHOLD>

For manual_blur_image.py:

  1. Run:

    python manual_blur_image.py --input_image <PATH_TO_INPUT_JPG_FILE> --output_image <PATH_TO_OUTPUT_JPG_FILE>
    • Select your ROI (Region of Interest)
    • Press Enter
    • Press Q to finish or any key to select another ROI
  2. To see running options run for all codes:

    python manual_blur_image.py --help
  3. TADAA πŸŽ‰ It's done πŸ€—

πŸ€— Examples

For auto_blur_image.py:

Threshold = 0.4

For auto_blur_video.py:

Threshold = 0.4

For manual_blur_image.py:

πŸ“ Note

I am using face detection model in face_model folder that can detects faces but codes are valid for any .pb object detection model.

πŸ“– References

πŸ¦Έβ€β™€οΈ Project's Core Codes

πŸ’Ό Contact

Find me on LinkedIn and feel free to mail me, Asmaa πŸ¦‹

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].