Blur (or mask) detections

I want to blur objects detected by Hailo in video stream. What will be the best way to do it?

Hi @valery
Welcome to the Hailo community. We developed a python package called PySDK that makes development with Hailo devices simple. You can see our github repo for instructions on usage: DeGirum/hailo_examples: DeGirum PySDK with Hailo AI Accelerators. For your specific case, we made an example notebook: hailo_examples/examples/012_blur_objects.ipynb at main ยท DeGirum/hailo_examples. Please see if it helps.