Skip to content

Releases: open-mmlab/mmtracking

Release MMTracking V1.0.0rc1

11 Oct 09:03
c86e1b9
Compare
Choose a tag to compare

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

19 Sep 10:07
ae4ccd7
Compare
Choose a tag to compare

Highlights

  • Introduce the 1.0.0rc0 version of MMTracking (#725)

New Features

  • Support OC-SORT method for MOT (#545)

  • Support multi-class tracking in ByteTrack (#548)

  • Support DanceTrack dataset for MOT (#543)

  • Support TAO dataset for QDTrack (#585)

Release MMTracking V1.0.0rc0

31 Aug 16:05
2d02bbe
Compare
Choose a tag to compare
Pre-release

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

29 Apr 13:09
5968193
Compare
Choose a tag to compare

Highlights

  • Support tracking colab tutorial (#511)

New Features

  • Refactor the training datasets of SiamRPN++ (#496), (#518)

  • Support loading data from ceph for SOT datasets (#494)

  • Support loading data from ceph for MOT challenge dataset (#517)

  • Support evaluation metric for VIS task (#501)

Bug Fixes

  • Fix a bug in the LaSOT datasets and update the pretrained models of STARK (#483), (#503)

  • Fix a bug in the format_results function of VIS task (#504)

Release MMTracking V0.12.0

01 Apr 08:23
d6afe21
Compare
Choose a tag to compare

Highlights

Bug Fixes

  • Support empty tensor for selsa aggregator (#463)

Release MMTracking V0.11.0

04 Mar 09:56
3b7acb7
Compare
Choose a tag to compare

Highlights

New Features

  • Support TAO dataset in MOT (#415)

Release MMTracking V0.10.0

10 Feb 04:47
df5bd0e
Compare
Choose a tag to compare

New Features

  • Support CPU training (#404)

Improvements

Release MMTracking V0.9.0

06 Jan 07:46
56c133e
Compare
Choose a tag to compare

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

  • Refactor LaSOT, TrackingNet dataset and support GOT-10K datasets (#296)
  • Support persisitent workers (#348)

Release MMTracking V0.8.0

03 Oct 14:54
f3162d9
Compare
Choose a tag to compare

New Features

  • Support OTB100 dataset in SOT (#271)
  • Support TrackingNet dataset in SOT (#268)
  • Support UAV123 dataset in SOT (#260)

Bug Fixes

  • Fix a bug in mot_param_search.py (#270)

Improvements

  • Use PyTorch sphinx theme (#274)
  • Use pycocotools instead of mmpycocotools (#263)

Release V0.7.0

03 Sep 06:09
a482409
Compare
Choose a tag to compare

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)

Bug Fixes

  • Fix a bug in MOTP evaluation (#235)
  • Fix two bugs in reid training and testing (#249)

Improvements

  • Refactor anchor in SiameseRPN++ (#229)
  • Unify model initialization (#235)
  • Refactor unittest (#231)