dyhBUPT / StrongSORT

[TMM 2023] StrongSORT: Make DeepSORT Great Again
GNU General Public License v3.0
746 stars 75 forks source link

Virtual environment config? #83

Closed NicklasVraa closed 1 year ago

NicklasVraa commented 1 year ago

Is it possible for you to upload the exact config for the virtual environment, in which you ran the code? What version of numpy, scipy, torch, etc., where you using?

Many deprecation errors (not warnings) are being raised when we try to run the code as instructed in the readme.

dyhBUPT commented 1 year ago

Hi, the version of main packages are as follows:

Will this help you?

milad-goudarzi commented 1 year ago

Hi. When I install StrongSORT using pip install strongsort I get the error of missing yolov5 module. (I don't wanna use yolov5 because I already completed my project with yolov8 and DeepSORT and just want to replace DeepSORT with StrongSORT.) When I install by cloning this repo, I get the error of "No module named 'opts'" and I cannot install 'opts' because it throws another error. What can I do? I'm using python 3.8 on windows 11.

dyhBUPT commented 1 year ago

Hi, opts is not a module, it is here: https://github.com/dyhBUPT/StrongSORT/blob/master/opts.py

Therefore, maybe the reason is that you use a wrong system path to run the code, and the opt.py cannot be found in your path. Please try to add it to your path.