sscdnet
sscdnet copied to clipboard
ModuleNotFoundError: No module named 'correlation_cuda'
Hi everyone, I try to run this repository by following read.me but I have ModuleNotFoundError: No module named 'correlation_cuda' error. Is there anyone who can get the same error and solve it? Or any recommendation for possible solutions of this errors. Thanks in advance.
You have to build the setup file in the same folder "Correlation_cuda".
python3 setup.py build
.
You have to build the setup file in the same folder "Correlation_cuda".
python3 setup.py build
.
The Error persists, also can you provide the requirements.txt file or the pytorch and cuda version on which you were able to run this code.