IDEA-Research/Grounded-Segment-Anything

Hey getting this error while running over colab

Opened this issue · 1 comments

BoxAnnotator.annotate() got an unexpected keyword argument 'labels'

This is specific to colab , and doesn't occus while running over local , is it related to dependency or function issue ?

I solved it by adding from groundingdino.util.inference import load_model, load_image, predict, annotate. Hope it's useful!