GroundingDINO icon indicating copy to clipboard operation
GroundingDINO copied to clipboard

Error: CONFIG_PATH is not define.

Open Saswati-Project opened this issue 7 months ago • 0 comments

I received the error while running the Official documentation of Grounding Dino from the Colab file

%cd {HOME}/GroundingDINO

from groundingdino.util.inference import load_model, load_image, predict, annotate

model = load_model(CONFIG_PATH, WEIGHTS_PATH)

Error: CONFIG_PATH is not define.

Saswati-Project avatar Sep 25 '25 18:09 Saswati-Project