Greetings to you

#1
by ostrix - opened

tell us what these models are or share the links through which you run them or which repositories you use to run them.

OpenMMLab org

Hi,

these models are MM Grounding DINO checkpoints converted for use in future transformers library.

The caveat is that these currently only work on my own branch, which can be found here: https://github.com/rziga/transformers/tree/add_mm_grounding_dino. To use them, you would need to clone the branch and install transformers manually. Then, you can use models from MM Grounding DINO and LLM-Det collections, in the same way as the normal Grounding DINO models in transformers.

I've also made a pull request to the main transformers package so they can be supported natively in the future. You can track the state here: https://github.com/huggingface/transformers/pull/37925.

I hope this helps.

Oh, super thanks so much,.I want to try to use your weights and do tests for complex frames.

Sign up or log in to comment