Skip to content

Commit

Permalink
Bump to v0.6.0 (#226)
Browse files Browse the repository at this point in the history
* Bump to v0.6.0

* change change_log.md
  • Loading branch information
GT9505 committed Jul 30, 2021
1 parent f68801a commit f24cbfc
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This project is released under the [Apache 2.0 license](LICENSE).

## Changelog

v0.5.3 was released in 01/07/2021.
v0.6.0 was released in 30/07/2021.
Please refer to [changelog.md](docs/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 @@ -46,7 +46,7 @@ MMTracking是一款基于PyTorch的视频目标感知开源工具箱,是[OpenM

## 更新记录

v0.5.3版本已于2021年7月1日发布,可通过查阅[更新日志](/docs/changelog.md)了解更多细节以及发布历史。
v0.6.0版本已于2021年7月30日发布,可通过查阅[更新日志](/docs/changelog.md)了解更多细节以及发布历史。

## 基准测试与模型库

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

### v0.6.0 (30/07/2021)

#### Highlights

- Fix training bugs of all three tasks ([#219](https://github.com/open-mmlab/mmtracking/pull/219)), ([#221](https://github.com/open-mmlab/mmtracking/pull/221))

#### New Features

- Support error visualization for mot task ([#212](https://github.com/open-mmlab/mmtracking/pull/212))

#### Bug Fixes

- Fix a bug in SOT demo ([#213](https://github.com/open-mmlab/mmtracking/pull/213))

#### Improvements

- Use MMCV registry ([#220](https://github.com/open-mmlab/mmtracking/pull/220))
- Add README.md for reid training ([#210](https://github.com/open-mmlab/mmtracking/pull/210))
- Modify dict keys of the outputs of SOT ([#223](https://github.com/open-mmlab/mmtracking/pull/223))
- Add Chinese docs including install.md, quick_run.md, model_zoo.md, dataset.md ([#205](https://github.com/open-mmlab/mmtracking/pull/205)), ([#214](https://github.com/open-mmlab/mmtracking/pull/214))

### v0.5.3 (01/07/2021)

#### New Features
Expand Down
3 changes: 1 addition & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +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.8, <1.4.0 | MMDetection>=2.14.0 |
| 0.5.3 | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |
| 0.5.2 | mmcv-full>=1.3.3, <1.4.0 | MMDetection=2.12.0 |
| 0.6.0 | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |

## Installation

Expand Down
3 changes: 1 addition & 2 deletions docs_zh-CN/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
| MMTracking version | MMCV version | MMDetection version |
|:-------------------:|:------------------------:|:-----------------------------:|
| master | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |
| 0.5.3 | mmcv-full>=1.3.8, <1.4.0 | MMDetection>=2.14.0 |
| 0.5.2 | mmcv-full>=1.3.3, <1.4.0 | MMDetection=2.12.0 |
| 0.6.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.5.3'
__version__ = '0.6.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit f24cbfc

Please sign in to comment.