abdulwaheedsoudagar / blur-face

Detect and blur face using caffemodel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blur-face

Detect and blur face using caffemodel

Install necessary dependency.

pip install cv2
pip install numpy

Steps to use -

  1. git clone https://github.com/abdulwaheedsoudagar/blur-face.git
  2. python blur_face.py --image DonaldTrump.jpg --factor 1

    factor starts from 1

    1 => More blur
    9 => Less blur

About

Detect and blur face using caffemodel


Languages

Language:Python 100.0%