Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no module name "groundingdino" #158

Open
cyandddd opened this issue Jun 10, 2024 · 0 comments
Open

no module name "groundingdino" #158

cyandddd opened this issue Jun 10, 2024 · 0 comments

Comments

@cyandddd
Copy link

The groundingdino is stopping me. I searched and the only relating issue is this IDEA-Research/Grounded-Segment-Anything#43 (comment) . I tried his solution but it still does not work. Sorry I'm not a programmer so I do not know how to debug this. Please Help!

(venv) C:\Users\moloc\Segment-and-Track-Anything>python app.py

C:\Users\moloc\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio_client\documentation.py:102: UserWarning: Could not get documentation group for <class 'gradio.mix.Parallel'>: No known documentation group for module 'gradio.mix'
warnings.warn(f"Could not get documentation group for {cls}: {exc}")
C:\Users\moloc\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio_client\documentation.py:102: UserWarning: Could not get documentation group for <class 'gradio.mix.Series'>: No known documentation group for module 'gradio.mix'
warnings.warn(f"Could not get documentation group for {cls}: {exc}")

Traceback (most recent call last):
File "C:\Users\moloc\Segment-and-Track-Anything\app.py", line 11, in
from SegTracker import SegTracker
File "C:\Users\moloc\Segment-and-Track-Anything\SegTracker.py", line 8, in
from tool.detector import Detector
File "C:\Users\moloc\Segment-and-Track-Anything\tool\detector.py", line 6, in
from groundingdino.models import build_model as build_grounding_dino
ModuleNotFoundError: No module named 'groundingdino'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant