Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResNet ReIDs cannot be used #1773

Closed
1 task done
Fleyderer opened this issue Dec 18, 2024 · 2 comments
Closed
1 task done

ResNet ReIDs cannot be used #1773

Fleyderer opened this issue Dec 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Fleyderer
Copy link
Contributor

Search before asking

  • I have searched the Yolo Tracking issues and discussions and found no similar questions.

Yolo Tracking Component

Tracking, Evaluation, Evolution

Bug

When I try to use any ResNet pretrained model, I get UTF-8 errors while loading its weights. They are successfully downloaded, but cannot be loaded.

I don't expect any fix for it, and I don't want to fix it too 😄 Just wanted to share if you didn't see it before. Maybe it is because of torch versions incompatibility, maybe there are problems with files...

Environment

.

Minimal Reproducible Example

Command:

python tracking/val.py --yolo-model yolox_m.pth --tracking-method botsort --reid-model resnet50_fc512_market1501.pt --source tracking/val_utils/data/MOT17/train --conf 0.2

Result:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x98 in position 0: invalid start byte
@Fleyderer Fleyderer added the bug Something isn't working label Dec 18, 2024
Copy link

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

@github-actions github-actions bot added the Stale label Dec 29, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 1, 2025
@mikel-brostrom
Copy link
Owner

Sorry for my late response, just came back from vacations. Thanks for sharing 😄 . No idea what this bug is. Nobody reported this previously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants