You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: