We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm researching Video Anomaly Detection now. So I try to implement you code for feature extraction. First of all, thank you for your contribution.
When I run your code, for example I3D extractor, it can't detect the gpu. Only cpu is available.
Gpu of my computer is RTX TITAN and cuda version is 11.4. But I check your environment setup, your code needs cuda 12.1.
Can I change environment setup?
The text was updated successfully, but these errors were encountered:
I'm researching Video Anomaly Detection now. So I try to implement you code for feature extraction. First of all, thank you for your contribution. When I run your code, for example I3D extractor, it can't detect the gpu. Only cpu is available. Gpu of my computer is RTX TITAN and cuda version is 11.4. But I check your environment setup, your code needs cuda 12.1. Can I change environment setup?
Ran into same issue, installed environment with python 3.7.* , and used Pytorch version with a CUDA of 11.*
Sorry, something went wrong.
try following instructions in https://v-iashin.github.io/video_features/meta/install_conda/ but starting with the version of pytorch that supports your cuda, e.g. something from https://pytorch.org/get-started/previous-versions/.
No branches or pull requests
I'm researching Video Anomaly Detection now. So I try to implement you code for feature extraction.
First of all, thank you for your contribution.
When I run your code, for example I3D extractor, it can't detect the gpu. Only cpu is available.
Gpu of my computer is RTX TITAN and cuda version is 11.4. But I check your environment setup, your code needs cuda 12.1.
Can I change environment setup?
The text was updated successfully, but these errors were encountered: