- Support CPU training (#404)
- 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)
- Support CrowdHuman dataset for MOT (#366)
- Support VOT2018 dataset for SOT (#305)
- Support YouTube-VIS dataset for VIS (#290)
- Fix two significant bugs in SOT and provide new SOT pretrained models (#349)
- Refactor LaSOT, TrackingNet dataset and support GOT-10K datasets (#296)
- Support persisitent workers (#348)
- Support OTB100 dataset in SOT (#271)
- Support TrackingNet dataset in SOT (#268)
- Support UAV123 dataset in SOT (#260)
- Fix a bug in mot_param_search.py (#270)
- Release code of AAAI 2021 paper 'Temporal ROI Align for Video Object Recognition' (#247)
- Refactor English documentations (#243)
- Add Chinese documentations (#248), (#250)
- 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)
- Support error visualization for mot task (#212)
- Fix a bug in SOT demo (#213)
- Use MMCV registry (#220)
- Add README.md for reid training (#210)
- Modify dict keys of the outputs of SOT (#223)
- Add Chinese docs including install.md, quick_run.md, model_zoo.md, dataset.md (#205), (#214)
- Refactor nms config (#167)
- Fixed typos (#104, #121, #145)
- Added conference reference (#111)
- Updated the link of CONTRIBUTING to mmcv (#112)
- Adapt updates in mmcv (FP16Hook) (#114, #119)
- Added bibtex and links to other codebases (#122)
- Added docker files (#124)
- Used
collect_env
in mmcv (#129) - Added and updated Chinese README (#135, #147, #148)
- Fixed ReID checkpoint loading (#80)
- Fixed empty tensor in
track_result
(#86) - Fixed
wait_time
in MOT demo script (#92)
- Support single-stage detector for DeepSORT (#100)
- MMTracking is released!