-
Notifications
You must be signed in to change notification settings - Fork 196
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
No such file or directory: ...../model_epoch_27.model' #166
Comments
I assume you did not download the zip file with the model files. Steo 4 in the README. |
Okay, my bad. But if you compare the paths you see they dont match. |
Oh, I'm sorry, I did not notice that intermediate folder. I will fix it manually. Thanks a lot! And also for the super quick response. Now it starts but I get a runtime error related with torchvision and cuda. I will do some research to find it out, it is probably something related with the packages (I had to install one of them manually because the one in the requirements.txt did not work). Again, thanks! |
The runtime error is most likely from a version mismatch. I hope you can figure it out! |
Hello, first of all, thank you for all the work done and making this repository public. I am trying to reproduce the steps in the readme file, first with testing and then I will try to reproduce the training. I have downloaded the data and installed the dependencies, but when running
python experiments/scripts/test_tracktor.py
, I get the following error:I have checked that the mentioned file is inside the output folder where the repository was cloned, and also under the output folder inside the folder for the environment, since it seems there is where it tries to get the data from. But I still get the error. What am I missing? Thank you
The text was updated successfully, but these errors were encountered: