Open Vishnu-sai-teja opened 2 months ago
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!
This is specific to colab , and doesn't occus while running over local , is it related to dependency or function issue ?