trackformer icon indicating copy to clipboard operation
trackformer copied to clipboard

Making compatible to recent pytorch and python versions

Open harkiratbehl opened this issue 3 years ago • 1 comments

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.

harkiratbehl avatar Sep 15 '22 15:09 harkiratbehl

Something similar to https://github.com/timmeinhardt/trackformer/pull/16 will be needed as well, i.e, fix the torchvision check.

harkiratbehl avatar Sep 15 '22 15:09 harkiratbehl

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.

timmeinhardt avatar Sep 15 '23 15:09 timmeinhardt

Hello, may I ask what is the corresponding cuda version?

Big-Smart avatar Oct 19 '23 14:10 Big-Smart

The codbase works with up to Pytorch1.12.1. What ever CUDA version compatible with that PyTorch version should work. There might be multiple.

timmeinhardt avatar Oct 19 '23 16:10 timmeinhardt