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

detectron2 fails installation #33

Closed
mfkeles opened this issue Feb 20, 2024 · 1 comment
Closed

detectron2 fails installation #33

mfkeles opened this issue Feb 20, 2024 · 1 comment

Comments

@mfkeles
Copy link

mfkeles commented Feb 20, 2024

the latest detectron2 requires pytorch>=1.18 but since the instructions tells us to do conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.3 -c pytorch it always fails.

Installing detectron2 with a torch>=1.8 fails the demo. Instead using python -m pip install detectron2 -f \ https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html to install detectron2 solves this issue.

@m43
Copy link
Collaborator

m43 commented May 14, 2024

We have tested the codebase only with Detectron v0.6 as specified in the requirements, I'm glad you made it work for your setup!

@m43 m43 closed this as completed May 14, 2024
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

2 participants