the sample code in the README its not working

#2
by Javierquin - opened

ValueError: The checkpoint you are trying to load has model type grounding-dino but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

Can you please try again after doing pip install -U transformers? In the latest release GroundingDino was added to transformers, before that you would have to install from the main branch of transformers repo

Sign up or log in to comment