Deepstream Tracker FAQ

3. [DS6.2_ALL_nvtracker] Setup Re-ID model issue

User will meet below issue when follow steps in sources/tracker_NvDeepSORT/README to setup the Re-ID model.

  =========================================================
  The "tensorflow-gpu" package has been removed!
  
  Please install "tensorflow" instead.
  
  Other than the name, the two packages have been identical
  since TensorFlow 2.1, or roughly since Sep 2019. For more
  information, see: pypi.org/project/tensorflow-gpu
  =========================================================

The root cause is tensorflow-gpu has been removed, so the command need to chang into

pip3 install tensorflow==2.11.0 PyYAML

Related topic: Setup Re-ID model issue