-
Notifications
You must be signed in to change notification settings - Fork 608
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
Error building extension '_prroi_pooling' #408
Comments
Hey, I was having similar issues and what worked out for me in the end was to actually clone the PreciseRoIPooling repository into the external directory directly. I downloaded the zip file for the PreciseRoIPooling and unpacked it instead and that was causing me problems. PreciseRoIPooling state the following in their Readme:
I guess if one would clone the pytracking repository with something like git clone --recurse-submodules it should be fine. Hope this helps, cheers |
@eliafranc Thank you, but it didn't work for me.
Edit: I've changed the CUDA path in .bashrc but I have the same error. |
I think the problem is PyTorch and CUDA versions. I should install the exact version that was used in this project. |
Depending on which CUDA version you need, you might be able to use the docker image I wrote that works with pytracking. I used version 12.2 but if you need a lower one you can try to change it in the Dockerfile from |
@eliafranc Thank you, I'll try it. |
I found that the problem is exactly the PyTorch version. By downgrading Pytorch from 2.0.1 to 1.13.0, the problem has been solved. |
No module named 'prroi_pool' |
same problem please help me |
did you initialize the submodule? @ThePengg @Obadahheyari run |
I have this problem when I run run_video.py or run_webcam.py:
and this is cuda, torch, torchvision and GCC version:
please help me to solve this problem.
The text was updated successfully, but these errors were encountered: