-
Notifications
You must be signed in to change notification settings - Fork 15
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
Is this already working? #1
Comments
pip3 install autodistill-grounding-dino Try this |
Hello there! We are working on a new release with a bug fix for this. The fix is already available on the
Let me know if this doesn't work, or if you run into any more issues. |
Hello guys! I am trying to pip install autodistill-grounded-sam-2 into my venv (Pip version 24.2. Python 3.9.13 on VSCode) through
Is there something I might be missing? Thank you in advance! Jaime |
@jaimecorton whenever you get such an error (and you get plenty of those in this installation process) you just try to install the dependency manually. in this case is would be: python -m pip install torch i have the feeling this hasnt been tested in a clean environment. |
Hi!
is this already in a usable state?
I've installed it with
pip3 install autodistill-grounded-sam-2 autodistill-yolov8
trying the sample code from the readme results in:
did i go wrong somewhere?
The text was updated successfully, but these errors were encountered: