Hey getting this error while running over colab
Opened this issue · 1 comments
Vishnu-sai-teja commented
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 ?
Duy11999 commented
I solved it by adding from groundingdino.util.inference import load_model, load_image, predict, annotate. Hope it's useful!