Skip to content

Commit ae4ccd7

Browse files
authored
Bump to v0.14.0 and introduce the 1.0.0rc0 version of MMTracking (#726)
* Bump to v0.14.0 * small fix * small fix * small fix
1 parent 012ee80 commit ae4ccd7

File tree

8 files changed

+44
-27
lines changed

8 files changed

+44
-27
lines changed

README_zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ MMTracking是一款基于PyTorch的视频目标感知开源工具箱,是[OpenM
7171

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

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

7676
## 安装
7777

docs/en/changelog.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
## Changelog
22

3+
### v0.14.0 (19/09/2022)
4+
5+
#### Highlights
6+
7+
- Introduce the 1.0.0rc0 version of MMTracking ([#725](https://github.com/open-mmlab/mmtracking/pull/725))
8+
9+
#### New Features
10+
11+
- Support OC-SORT method for MOT ([#545](https://github.com/open-mmlab/mmtracking/pull/545))
12+
13+
- Support multi-class tracking in ByteTrack ([#548](https://github.com/open-mmlab/mmtracking/pull/548))
14+
15+
- Support DanceTrack dataset for MOT ([#543](https://github.com/open-mmlab/mmtracking/pull/543))
16+
17+
- Support TAO dataset for QDTrack ([#585](https://github.com/open-mmlab/mmtracking/pull/585))
18+
319
### v0.13.0 (29/04/2022)
420

521
#### Highlights

docs/en/install.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@
1010

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

13-
| MMTracking version | MMCV version | MMDetection version |
14-
| :----------------: | :------------------------: | :-----------------: |
15-
| master | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1 |
16-
| 0.13.0 | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1 |
17-
| 0.12.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
18-
| 0.11.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
19-
| 0.10.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
20-
| 0.9.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
21-
| 0.8.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
22-
| 0.7.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
23-
| 0.6.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
13+
| MMTracking version | MMCV version | MMDetection version |
14+
| :----------------: | :------------------------: | :--------------------------: |
15+
| master | mmcv-full>=1.3.17, \<2.0.0 | MMDetection>=2.19.1, \<3.0.0 |
16+
| 0.14.0 | mmcv-full>=1.3.17, \<2.0.0 | MMDetection>=2.19.1, \<3.0.0 |
17+
| 0.13.0 | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1, \<3.0.0 |
18+
| 0.12.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
19+
| 0.11.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
20+
| 0.10.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
21+
| 0.9.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
22+
| 0.8.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |
23+
| 0.7.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |
24+
| 0.6.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |
2425

2526
## Installation
2627

docs/zh_cn/install.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@
1010

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

13-
| MMTracking version | MMCV version | MMDetection version |
14-
| :----------------: | :------------------------: | :-----------------: |
15-
| master | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1 |
16-
| 0.13.0 | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1 |
17-
| 0.12.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
18-
| 0.11.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
19-
| 0.10.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
20-
| 0.9.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1 |
21-
| 0.8.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
22-
| 0.7.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
23-
| 0.6.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0 |
13+
| MMTracking version | MMCV version | MMDetection version |
14+
| :----------------: | :------------------------: | :--------------------------: |
15+
| master | mmcv-full>=1.3.17, \<2.0.0 | MMDetection>=2.19.1, \<3.0.0 |
16+
| 0.14.0 | mmcv-full>=1.3.17, \<2.0.0 | MMDetection>=2.19.1, \<3.0.0 |
17+
| 0.13.0 | mmcv-full>=1.3.17, \<1.6.0 | MMDetection>=2.19.1, \<3.0.0 |
18+
| 0.12.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
19+
| 0.11.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
20+
| 0.10.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
21+
| 0.9.0 | mmcv-full>=1.3.17, \<1.5.0 | MMDetection>=2.19.1, \<3.0.0 |
22+
| 0.8.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |
23+
| 0.7.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |
24+
| 0.6.0 | mmcv-full>=1.3.8, \<1.4.0 | MMDetection>=2.14.0, \<3.0.0 |
2425

2526
## 安装
2627

mmtrack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .version import __version__, version_info
99

1010
MMCV_MIN = '1.3.17'
11-
MMCV_MAX = '1.7.0'
11+
MMCV_MAX = '2.0.0'
1212

1313
MMDET_MIN = '2.19.1'
1414
MMDET_MAX = '3.0.0'

mmtrack/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__ = '0.13.0'
3+
__version__ = '0.14.0'
44

55

66
def parse_version_info(version_str):

requirements/build.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
cython
2-
numba==0.53.0
32
numpy

requirements/runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
attributee==0.1.5
1+
attributee
22
dotty_dict
33
lap
44
matplotlib

0 commit comments

Comments
 (0)