You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pretrained Torchreid models you provided cannot be loaded.
If you comment out L323 in demo.py, there should be a warning indicating this:
/Multi-Camera-Person-Tracking-and-Re-Identification/torchreid/utils/torchtools.py:299: UserWarning: The pretrained weights
"model_data/models/model.pth" cannot be loaded, please check the key names manually (** ignored and continue **)
The 2 model weights you provided cannot fit any of the available Torchreid models.
Could you please check and update the Torchreid model weights?
Thanks!
The text was updated successfully, but these errors were encountered:
When I used the first provided model weight, I met the same error. The problem was solved when I used the second model weight.
Note that you need to edit the model path in reid.py to 'model_data/models/model.pth.tar-60' if you use the second one.
Hi,
The pretrained Torchreid models you provided cannot be loaded.
If you comment out L323 in demo.py, there should be a warning indicating this:
The 2 model weights you provided cannot fit any of the available Torchreid models.
Could you please check and update the Torchreid model weights?
Thanks!
The text was updated successfully, but these errors were encountered: