-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Effect of passing full image input vs 1280 re scaled to StrongSORT on MOT17
Mike edited this page Nov 21, 2022
·
4 revisions
Asked here. MOT17 results:
1280 | Full images | |
---|---|---|
IDF1 | 70.199 | 72.399 |
MOTA | 63.701 | 63.781 |
HOTA | 55.69 | 56.783 |
The execution time is barely affected by using the full image. This is because the detections are resized to 128x256 by the ReID preprocessing before they are fed to the ReID model.