Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add cv2.GaussianBlur() function to blur faces in a video? #34

Open
Studds-PM opened this issue Sep 21, 2020 · 1 comment
Open

Comments

@Studds-PM
Copy link

Thanks, @sthanhng for sharing your amazing work.

I want to blur/anonymize a person's faces in a video and as a first step I am using your face detection code.
For this purpose cv2.GaussianBlur() can be used but I don't know how to use this function in yoloface.py.

Can you please help me how can I add this blur face functionality with your code?

@daiisuke27
Copy link

Hi, you can find useful tutorials on youtube on this, the main idea is to get the output of the model which is (x,y) coordinates for the face bounding box and feed it to cv2.GaussianBlur().
Good luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants