mmtracking
mmtracking copied to clipboard
[Feature]Support StrongSORT++
[Support StrongSORT inference] on MOT17-val:
- StrongSORT: HOTA/IDF1/MOTA=69.07/81.69/76.43
- StrongSORT++: HOTA/IDF1/MOTA=70.79/83.14/78.60
TODO:
- add config for MOT17-test and MOT20-test
- Add ut.
- Add docstring for AFLink and cosine_distance.
- run pre-commit
Problem:
- Now, AFLink will be initialized repeatedly for every sequence.
TODO:
- add config for MOT17-test and MOT20-test
- Merge the newest branch dev-1.x
Question:
- Do we need
Composefor postprocessing methods?