-
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
about install project (python setup.py build develop) ,error , python 3.9 pytorch 1.9 cuda 11.1 ,because when pip install requirement.txt need pytorch >=1.8.1,so i pip pyotrch 1.9 #6
Comments
Please use PyTorch 1.8.1 first. I will investigate this next. |
Oh sorry, I just find this is related to the issue aim-uofa/AdelaiDet#518. I think you should use PyTorch 1.11+. I will update the README. |
my cuda version 11.1 ,so i can not install pytorch 1.11+, bucause no match cuda 11.1 ,and |
use replace https://github.com/aim-uofa/AdelaiDet/tree/master/adet/layers/csrc/ml_nms/ml_nms.cu replace our project adet ,it's ok ,when ce demo ,run demo.py |
You only need to replace the folder adet/layers/* |
|
You could email me for further discussion. I will close this issue first. |
i meet the same question when torch=1.10 |
The text was updated successfully, but these errors were encountered: