Making compatible to recent pytorch and python versions
Hi,
I have made some minor changes in the requirements.txt and install.md to make the installation work for recent pytorch and python versions. I have tested with Pytorch1.12.1 and Python3.9.
Hope this will be helpful to others.
Something similar to https://github.com/timmeinhardt/trackformer/pull/16 will be needed as well, i.e, fix the torchvision check.
While this might have worked in your case, removing all package version numbers is not a reliable way of moving an outdated codebase into the future.
Hello, may I ask what is the corresponding cuda version?
The codbase works with up to Pytorch1.12.1. What ever CUDA version compatible with that PyTorch version should work. There might be multiple.