How To Disable Detection Box In Imageai
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
Solution 1:
If you're using OpenCV, then find where
cv2.reactangle(params)
and then delete the line, your bounding box will be removed.
Post a Comment for "How To Disable Detection Box In Imageai"