Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 985 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 985 Bytes

Blurring the face area of people from videos is done in all news channels and to hide the identity of a person. With computer vision, We can automatically detect the face region of the person and use it to blur the image. This project will be useful in blurring the faces of the people in the video.

1. Image

face face_blur

2. Video

Capture

about

If you are using docker

sudo docker build -f Dockerfile -t dockerlearn .

sudo docker run -ti dockerlearn /bin/bash