-
Notifications
You must be signed in to change notification settings - Fork 421
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
Does ReID work out of the box with commands given in demo section of readme? #111
Comments
I also tried with options
and also just
|
Some observations: In model zoo section, the repo says:
I believe it means, for single class MOT, models from publicly available ByteTrack will NOT work for ReID and we should use pretrained ReID models instead (stated in second bullet point above). But the demo command use publicly available ByteTrack model
I tried using pretrained models MOT17-SBS-S50, MOT20-SBS-S50 in above commands, but they seem incompatible. It gives error:
Also, third bullet point says, "For multi-class MOT use YOLOX or YOLOv7 trained on COCO (or any custom weights)." But it did not give any pretrained models for multi-class MOT. Should publicly available YOLOX or YOLOv7 model work for multi class MOT? As I specified in commands in original question, publicly available yolov7 did not work for me either. |
I tried following commands to try out ReID on my custom 15 seconds video with three people walking, getting occluded behind two trees and emerge back from behind tree.
Single class yolox:
Multiclass with yolox:
Multiclass with yolov7:
However, none work. When people emerge back from behind the trees after seven of seconds of walk, they are not assigned the older IDs but get assigned newer IDs.
Does ReID indeed work? Are above commands correct? or am doing something wrong here?
The text was updated successfully, but these errors were encountered: