Releases: open-mmlab/mmtracking
Releases · open-mmlab/mmtracking
Release MMTracking V1.0.0rc1
MMTracking 1.0.0rc1 is the 2-nd version of MMTracking 1.x, a part of the OpenMMLab 2.0 projects.
Built upon the new training engine, MMTracking 1.x unifies the interfaces of datasets, models, evaluation, and visualization.
And there are some BC-breaking changes. Please check the migration tutorial for more details.
We also support more methods in MMTracking 1.x, such as StrongSORT for MOT, Mask2Former for VIS, PrDiMP for SOT.
Release MMTracking V0.14.0
Release MMTracking V1.0.0rc0
We recommend you to use MMTracking v1.0.0rc1 version, since the v1.0.0rc0 version has some bugs about the limitation of minimum version of mmdet.
Release MMTracking V0.13.0
Release MMTracking V0.12.0
Release MMTracking V0.11.0
Release MMTracking V0.10.0
Release MMTracking V0.9.0
Highlights
- Support arXiv 2021 manuscript 'ByteTrack: Multi-Object Tracking by Associating Every Detection Box' (#385), (#383), (#372)
- Support ICCV 2019 paper 'Video Instance Segmentation' (#304), (#303), (#298), (#292)
New Features
- Support CrowdHuman dataset for MOT (#366)
- Support VOT2018 dataset for SOT (#305)
- Support YouTube-VIS dataset for VIS (#290)
Bug Fixes
- Fix two significant bugs in SOT and provide new SOT pretrained models (#349)
Improvements
Release MMTracking V0.8.0
Release V0.7.0
Highlights
- Release code of AAAI 2021 paper 'Temporal ROI Align for Video Object Recognition' (#247)
- Refactor English documentations (#243)
- Add Chinese documentations (#248), (#250)
New Features
- Support fp16 training and testing (#230)
- Release model using ResNeXt-101 as backbone for all VID methods (#254)
- Support the results of Tracktor on MOT15, MOT16 and MOT20 datasets (#217)
- Support visualization for single gpu test (#216)