Skip to content

Commit

Permalink
Bump to v0.14.0 and introduce the 1.0.0rc0 version of MMTracking (#726)
Browse files Browse the repository at this point in the history
* Bump to v0.14.0

* small fix

* small fix

* small fix
  • Loading branch information
GT9505 committed Sep 19, 2022
1 parent 012ee80 commit ae4ccd7
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README_zh-CN.md
Expand Up @@ -71,7 +71,7 @@ MMTracking是一款基于PyTorch的视频目标感知开源工具箱,是[OpenM

- 添加了 [OC-SORT](configs/mot/ocsort/) 的预训练模型。

v0.13.0版本已于2022年04月29日发布,可通过查阅[更新日志](docs/zh_cn/changelog.md)了解更多细节以及发布历史。
v0.14.0版本已于2022年09月19日发布,可通过查阅[更新日志](docs/zh_cn/changelog.md)了解更多细节以及发布历史。

## 安装

Expand Down
16 changes: 16 additions & 0 deletions docs/en/changelog.md
@@ -1,5 +1,21 @@
## Changelog

### v0.14.0 (19/09/2022)

#### Highlights

- Introduce the 1.0.0rc0 version of MMTracking ([#725](https://github.com/open-mmlab/mmtracking/pull/725))

#### New Features

- Support OC-SORT method for MOT ([#545](https://github.com/open-mmlab/mmtracking/pull/545))

- Support multi-class tracking in ByteTrack ([#548](https://github.com/open-mmlab/mmtracking/pull/548))

- Support DanceTrack dataset for MOT ([#543](https://github.com/open-mmlab/mmtracking/pull/543))

- Support TAO dataset for QDTrack ([#585](https://github.com/open-mmlab/mmtracking/pull/585))

### v0.13.0 (29/04/2022)

#### Highlights
Expand Down
23 changes: 12 additions & 11 deletions docs/en/install.md
Expand Up @@ -10,17 +10,18 @@

The compatible MMTracking, MMCV, and MMDetection versions are as below. Please install the correct version to avoid installation issues.

| MMTracking version | MMCV version | MMDetection version |
| :----------------: | :------------------------: | :-----------------: |
| master | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1 |
| 0.13.0 | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1 |
| 0.12.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
| 0.11.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
| 0.10.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
| 0.9.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
| 0.8.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
| 0.7.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
| 0.6.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
| MMTracking version | MMCV version | MMDetection version |
| :----------------: | :------------------------: | :--------------------------: |
| master | mmcv-full>=1.3.17, \<2.0.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.14.0 | mmcv-full>=1.3.17, \<2.0.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.13.0 | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.12.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.11.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.10.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.9.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.8.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |
| 0.7.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |
| 0.6.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |

## Installation

Expand Down
23 changes: 12 additions & 11 deletions docs/zh_cn/install.md
Expand Up @@ -10,17 +10,18 @@

兼容的 MMTracking,MMCV 和 MMDetection 版本如下,请安装正确的版本以避免安装问题。

| MMTracking version | MMCV version | MMDetection version |
| :----------------: | :------------------------: | :-----------------: |
| master | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1 |
| 0.13.0 | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1 |
| 0.12.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
| 0.11.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
| 0.10.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
| 0.9.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
| 0.8.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
| 0.7.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
| 0.6.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
| MMTracking version | MMCV version | MMDetection version |
| :----------------: | :------------------------: | :--------------------------: |
| master | mmcv-full>=1.3.17, \<2.0.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.14.0 | mmcv-full>=1.3.17, \<2.0.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.13.0 | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.12.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.11.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.10.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.9.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
| 0.8.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |
| 0.7.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |
| 0.6.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |

## 安装

Expand Down
2 changes: 1 addition & 1 deletion mmtrack/__init__.py
Expand Up @@ -8,7 +8,7 @@
from .version import __version__, version_info

MMCV_MIN = '1.3.17'
MMCV_MAX = '1.7.0'
MMCV_MAX = '2.0.0'

MMDET_MIN = '2.19.1'
MMDET_MAX = '3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion mmtrack/version.py
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.13.0'
__version__ = '0.14.0'


def parse_version_info(version_str):
Expand Down
1 change: 0 additions & 1 deletion requirements/build.txt
@@ -1,3 +1,2 @@
cython
numba==0.53.0
numpy
2 changes: 1 addition & 1 deletion requirements/runtime.txt
@@ -1,4 +1,4 @@
attributee==0.1.5
attributee
dotty_dict
lap
matplotlib
Expand Down

0 comments on commit ae4ccd7

Please sign in to comment.