0

We are working on point clouds and we take a photo each 5 seconds. Then, we need to blur some part of the photo (car, person etc ...) with ImageAI this part is done, i just want to remove/disable the bordering box of detected objects. I have put the option to disable names and percentages but i did not see something related to the bounding box. If someone did this, that's would be cool ! Thanks in advance.

Stv
  • 496
  • 6
  • 16

1 Answers1

1

If you're using OpenCV, then find where

cv2.reactangle(params)

and then delete the line, your bounding box will be removed.

Fahim Ahmed
  • 141
  • 11