GroundingDINO icon indicating copy to clipboard operation
GroundingDINO copied to clipboard

Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"

Results 252 GroundingDINO issues
Sort by recently updated
recently updated
newest added

Fixes the below error for pytorch 2.8 (B200, RTX 5090, etc): ``` Building wheel for groundingdino (setup.py) ... error error: subprocess-exited-with-error ```

Closes https://github.com/IDEA-Research/GroundingDINO/issues/170 and other issues **Root problem**: - `setup.py` requires another package's build environment to have `torch` installed - or it "helps" by trying to install `torch` itself, which is...

this issue had been resolve~ The problem is the version of gcc and g++ is NOT match! you can check your gcc & g++ version by "gcc -v" &"g++ -v",...

error comes up when using latest google colab update (python 3.12), i use SDwebui extension to run this and it shows this

If right_idx already equals 0, left_idx will be -1. In this case, posmap will all be False, which is meaningless.

Added pyproject as setuptools update deprecated the use of setup.py Discussion: https://github.com/pypa/setuptools/issues/3939

Hi, I’m seeing reproducible numerical discrepancies when the model runs on the same physical GPU (RTX A6000) but is addressed with two different logical indices. Minimal repro, the out_A and...

We input same text in spans token and text prompt in GroundingDINO, but it outputs different results for same context.