How to change bounding box formatting in sahi? #1123
-
Hi everyone, I'm working on a yolov11 implementation of sahi and I'm running into some issues trying to change the bounding box formatting. For instance, I would like to play around with showing / not showing the class name, confidence score, thickness of the bounding box and perhaps transparency. I wasn't able to find this in the documentation, so could someone please point out to me how I can do these things in sahi? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
By now I have managed to find out myself that you can use predict(..., visual_hide_conf= True, visual_hide_labels= True) to hide both the labels and confidence scores. |
Beta Was this translation helpful? Give feedback.
By now I have managed to find out myself that you can use predict(..., visual_hide_conf= True, visual_hide_labels= True) to hide both the labels and confidence scores.