Skip to content

Commit d6afe21

Browse files
authored
Bump to v0.12.0 (#478)
1 parent 977ba82 commit d6afe21

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
6767

6868
Release [QDTrack](configs/mot/qdtrack) pretrained models.
6969

70-
v0.11.0 was released in 04/03/2022.
70+
v0.12.0 was released in 01/04/2022.
7171
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
7272

7373
## Benchmark and model zoo

README_zh-CN.md

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

6565
## 更新记录
6666

67-
v0.11.0版本已于2022年03月04日发布,可通过查阅[更新日志](docs/en/changelog.md)了解更多细节以及发布历史。
67+
v0.12.0版本已于2022年04月01日发布,可通过查阅[更新日志](docs/en/changelog.md)了解更多细节以及发布历史。
6868

6969
## 基准测试与模型库
7070

docs/en/changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Changelog
22

3+
### v0.12.0 (01/04/2022)
4+
5+
#### Highlights
6+
7+
- Support QDTrack algorithm in MOT ([#433](https://github.com/open-mmlab/mmtracking/pull/433)), ([#451](https://github.com/open-mmlab/mmtracking/pull/451)), ([#461](https://github.com/open-mmlab/mmtracking/pull/461)), ([#469](https://github.com/open-mmlab/mmtracking/pull/469))
8+
9+
#### Bug Fixes
10+
11+
- Support empty tensor for selsa aggregator ([#463](https://github.com/open-mmlab/mmtracking/pull/463))
12+
313
### v0.11.0 (04/03/2022)
414

515
#### Highlights

docs/en/install.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The compatible MMTracking, MMCV, and MMDetection versions are as below. Please i
1313
| MMTracking version | MMCV version | MMDetection version |
1414
|:-------------------:|:------------------------:|:-----------------------------:|
1515
| master | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
16+
| 0.12.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
1617
| 0.11.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
1718
| 0.10.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
1819
| 0.9.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |

docs/zh_cn/install.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| MMTracking version | MMCV version | MMDetection version |
1414
|:-------------------:|:------------------------:|:-----------------------------:|
1515
| master | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
16+
| 0.12.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
1617
| 0.11.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
1718
| 0.10.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |
1819
| 0.9.0 | mmcv-full>=1.3.17, <1.5.0 | MMDetection>=2.19.1 |

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.11.0'
3+
__version__ = '0.12.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)