Skip to content

Commit

Permalink
Bump to v0.11.0 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
GT9505 authored Mar 4, 2022
1 parent 9315e09 commit 3b7acb7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This project is released under the [Apache 2.0 license](LICENSE).

Release [STARK](configs/sot/stark) pretrained models.

v0.10.0 was released in 10/02/2022.
v0.11.0 was released in 04/03/2022.
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.

## Benchmark and model zoo
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ MMTracking是一款基于PyTorch的视频目标感知开源工具箱,是[OpenM

## 更新记录

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

## 基准测试与模型库

Expand Down
12 changes: 12 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

### v0.11.0 (04/03/2022)

#### Highlights

- Support STARK algorithm in SOT ([#443](https://github.com/open-mmlab/mmtracking/pull/443)), ([#440](https://github.com/open-mmlab/mmtracking/pull/440)), ([#434](https://github.com/open-mmlab/mmtracking/pull/434)), ([#438](https://github.com/open-mmlab/mmtracking/pull/438)), ([#435](https://github.com/open-mmlab/mmtracking/pull/435)), ([#426](https://github.com/open-mmlab/mmtracking/pull/426))

- Support HOTA evaluation metrics for MOT ([#417](https://github.com/open-mmlab/mmtracking/pull/417))

#### New Features

- Support TAO dataset in MOT ([#415](https://github.com/open-mmlab/mmtracking/pull/415))

### v0.10.0 (10/02/2022)

#### New Features
Expand Down
1 change: 1 addition & 0 deletions docs/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The compatible MMTracking, MMCV, and MMDetection versions are as below. Please i
| MMTracking version | MMCV version | MMDetection version |
|:-------------------:|:------------------------:|:-----------------------------:|
| master | 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 |
Expand Down
1 change: 1 addition & 0 deletions docs/zh_cn/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| MMTracking version | MMCV version | MMDetection version |
|:-------------------:|:------------------------:|:-----------------------------:|
| master | 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 |
Expand Down
2 changes: 1 addition & 1 deletion mmtrack/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.10.0'
__version__ = '0.11.0'


def parse_version_info(version_str):
Expand Down
1 change: 1 addition & 0 deletions model-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Import:
- configs/mot/tracktor/metafile.yml
- configs/mot/bytetrack/metafile.yml
- configs/sot/siamese_rpn/metafile.yml
- configs/sot/stark/metafile.yml
- configs/vid/dff/metafile.yml
- configs/vid/fgfa/metafile.yml
- configs/vid/selsa/metafile.yml
Expand Down

0 comments on commit 3b7acb7

Please sign in to comment.