IDEA-Research / Grounded-Segment-Anything

Grounded SAM: Marrying Grounding DINO with Segment Anything & Stable Diffusion & Recognize Anything - Automatically Detect , Segment and Generate Anything
https://arxiv.org/abs/2401.14159
Apache License 2.0
14.11k stars 1.31k forks source link

When I run grounding_dino_demo.py, the error No module named ‘groundingdino’ is reported. Why is this? #485

Open xiaoxiao12580 opened 2 months ago

xiaoxiao12580 commented 2 months ago

When I run grounding_dino_demo.py, the error No module named ‘groundingdino’ is reported. Why is this?

pierrelouisdelx commented 2 months ago

Have you run this command: pip install --no-build-isolation -e GroundingDINO ?