[X] I have searched the Supervision issues and found no similar feature requests.
Description
Hi Roboflow
I was trying with Fast SAM. How to label the boxes and detect them with labels after drawing boxes on
the image after executing the snippiest( as shown in the attachment).
IS_COLAB = True
if IS_COLAB:
from google.colab import outputRoboFastSAM.docx
from jupyter_bbox_widget import BBoxWidget
Search before asking
Description
Hi Roboflow I was trying with Fast SAM. How to label the boxes and detect them with labels after drawing boxes on the image after executing the snippiest( as shown in the attachment). IS_COLAB = True
if IS_COLAB: from google.colab import outputRoboFastSAM.docx from jupyter_bbox_widget import BBoxWidget
widget = BBoxWidget() widget.image = encode_image(IMAGE_PATH) widget RoboFastSAM.docx
Use case
No response
Additional
No response
Are you willing to submit a PR?