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.