phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
https://arxiv.org/abs/1903.05625
GNU General Public License v3.0
818 stars 196 forks source link

pip install requirements meets some errors #112

Closed szh91 closed 3 years ago

szh91 commented 3 years ago

hi, when i pip install tensorflow-gpu==1.1.0, it's error:" ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.1.0. ERROR: No matching distribution found for tensorflow-gpu==1.1.0

and what is the version of pytorch?

timmeinhardt commented 3 years ago

You can find all versions in the requirements.txt or README.md. Please make sure to work with the proper Python version as well.

timmeinhardt commented 3 years ago

Can we close this issue?