Skip to content

Releases: open-mmlab/mmtracking

Release V0.6.0

30 Jul 02:33
f24cbfc
Compare
Choose a tag to compare

Highlights

  • Fix training bugs of all three tasks (#219), (#221)

New Features

  • Support error visualization for mot task (#212)

Bug Fixes

  • Fix a bug in SOT demo (#213)

Improvements

  • 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)

MMTracking V0.5.3 Release

02 Jul 09:35
b3eedb1
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Fix evaluation hook (#176)
  • Fix a typo in vid config (#171)

Improvements

  • Refactor nms config (#167)

MMTracking V0.5.2 Release

03 Jun 08:02
52474f8
Compare
Choose a tag to compare

Improvements

  • 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)

MMTracking V0.5.1 Release

01 Feb 03:52
b3f5c56
Compare
Choose a tag to compare

Bug Fixes

  • Fixed ReID checkpoint loading (#80)
  • Fixed empty tensor in track_result (#86)
  • Fixed wait_time in MOT demo script (#92)

Improvements

  • Support single-stage detector for DeepSORT (#100)

MMTracking V0.5.0 Release

05 Jan 04:23
7bcdd9e
Compare
Choose a tag to compare

Highlights

  • MMTracking is released! It is the first open source toolbox that unifies versatile video perception tasks include single object tracking, multiple object tracking, and video object detection.

New Features