Comet-AI/Comet.Box

Blurring face

sudipg4112001 opened this issue · 5 comments

I would like to add a project for blurring face. Here, I would detect face and then blur it.

@sudipg4112001, explain the algorithm you will be using.

@sudipg4112001, explain the algorithm you will be using.

The first step is to perform face detection. In this case, I will use Deep Learning Face Detection of OpenCV. After the face is detected, the ROI is extracted. Then various blurring techniques like Gaussian Blur and Pixelated Blur are applied. The last step involves adding the blurred face to the original image.

Technologies Used
OpenCV, Python 3, OneAPI.

Please mention whether to upload .py file or .ipyb file if this issue is assigned to me

Please mention whether to upload .py file or .ipyb file if this issue is assigned to me

You can upload . py file.