You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example shows how to blur detected faces in real-time. Face blurring happens on the host, with the help of OpenCV. You could also create
a custom CV model (tutorial) that would blur the frame based on the bounding boxes.