-
Notifications
You must be signed in to change notification settings - Fork 109
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
Not compiled with GPU support #10
Comments
Using tracking threshold for out threshold! 0.4 Aborted (core dumped) |
The cuda installation command is shown in the INSTALL.md as: conda install pytorch=1.3.1 torchvision=0.4.2 cudatoolkit=10.0.130 -c pytorch |
I have completed downloading according to this command, but there is still such an error, which is inexplicable. |
When I run the file setup.py, the following error occurs:No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' |
I followed the installation command to complete the download, and I also had this error. So I changed the environment and it ran successfully |
I successfully run the program, but now there is a new error:Aborted (core dumped)exit status 134, when frame=200.Have you ever met this mistake? |
I'm sorry, I didn't encounter this problem |
What is the final frame when you run the MOT demo? I can tell from the code that it looks like the program is over when frame = 200. |
When I run the following command:sh experiments/mot17_train.sh,There's an error:FileNotFoundError: [Errno 2] No such file or directory: '/home/user/TraDeS_ROOT/src/lib/../../data/mot17/annotations/train_half.json'. After running the command, I see the program looking for data:Using MOT 17 17halftrain But I can't find these files. There are no files in the folder. Why is that? |
When I tried to run the demo, there was an error Not Compiled with GPU support. Is it because I'm using the CUDA version? I tried to use Cuda9.0 and Cuda10.1, but this error occurred in both cases. What version of CUDA is running in your environment?
The text was updated successfully, but these errors were encountered: