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

No module named 'torchreid' #159

Open yufanxin opened 2 years ago

yufanxin commented 2 years ago

In windows environment, this error is prompted, how should I solve it (experiments/scripts/train_reid.py)

timmeinhardt commented 2 years ago

I think you did not post the full error correctly.

lilingdu commented 2 years ago

@timmeinhardt ,Hi, I have the same issue, "import torchreid" failed, is it a tool?

lilingdu commented 2 years ago

@timmeinhardt ,please help here.

timmeinhardt commented 2 years ago

Can you please post the full error log. Assuming that both of you have issues with torchreid, I just updated the requirements.txt and added torchreid for you to install.

lilingdu commented 2 years ago

image @timmeinhardt ,in the python file, the code of "import torchreid" is error, but I don't know the way to install it.I failed find the torchreid.

timmeinhardt commented 2 years ago

Try this:

pip install https://github.com/KaiyangZhou/deep-person-reid/archive/master.zip