Skip to content

Commit

Permalink
[Doc] Update document to reflect the support of OC-SORT. (#661)
Browse files Browse the repository at this point in the history
* update doc

* mdformat fix

* update doc

* Update README.md

* Update README_zh-CN.md

* Update model_zoo.md

* Update model_zoo.md

* Update README.md

* Update README_zh-CN.md

Co-authored-by: Tao Gong <gt950513@mail.ustc.edu.cn>
  • Loading branch information
noahcao and GT9505 committed Aug 18, 2022
1 parent bcc0c9b commit be8a7af
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -69,7 +69,7 @@ The master branch works with **PyTorch1.5+**.

## What's New

Release [QDTrack](configs/mot/qdtrack) pretrained models.
- Release [OC-SORT](configs/mot/ocsort/) pretrained models.

v0.13.0 was released in 29/04/2022.
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
Expand Down Expand Up @@ -127,8 +127,8 @@ Supported Methods
- [x] [SORT/DeepSORT](configs/mot/deepsort) (ICIP 2016/2017)
- [x] [Tracktor](configs/mot/tracktor) (ICCV 2019)
- [x] [QDTrack](configs/mot/qdtrack) (CVPR 2021)
- [x] [ByteTrack](configs/mot/bytetrack) (arXiv 2021)
- [ ] [OC-SORT](https://arxiv.org/abs/2203.14360) (arXiv 2022) (WIP)
- [x] [ByteTrack](configs/mot/bytetrack) (ECCV 2022)
- [x] [OC-SORT](configs/mot/ocsort) (arXiv 2022)

Supported Datasets

Expand Down
6 changes: 4 additions & 2 deletions README_zh-CN.md
Expand Up @@ -69,6 +69,8 @@ MMTracking是一款基于PyTorch的视频目标感知开源工具箱,是[OpenM

## 更新

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

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

## 安装
Expand Down Expand Up @@ -124,8 +126,8 @@ MMTracking也提供了更详细的[教程](docs/zh_cn/tutorials/),比如[配
- [x] [SORT/DeepSORT](configs/mot/deepsort) (ICIP 2016/2017)
- [x] [Tracktor](configs/mot/tracktor) (ICCV 2019)
- [x] [QDTrack](configs/mot/qdtrack) (CVPR 2021)
- [x] [ByteTrack](configs/mot/bytetrack) (arXiv 2021)
- [ ] [OC-SORT](https://arxiv.org/abs/2203.14360) (arXiv 2022) (WIP)
- [x] [ByteTrack](configs/mot/bytetrack) (ECCV 2022)
- [x] [OC-SORT](configs/mot/ocsort) (arXiv 2022)

支持的数据集:

Expand Down
6 changes: 5 additions & 1 deletion docs/en/model_zoo.md
Expand Up @@ -57,10 +57,14 @@ Please refer to [Tracktor](https://github.com/open-mmlab/mmtracking/blob/master/

Please refer to [QDTrack](https://github.com/open-mmlab/mmtracking/blob/master/configs/mot/qdtrack) for details.

### ByteTrack (arXiv 2021)
### ByteTrack (ECCV 2022)

Please refer to [ByteTrack](https://github.com/open-mmlab/mmtracking/blob/master/configs/mot/bytetrack) for details.

### OC-SORT (ArXiv 2022)

Please refer to [OC-SORT](https://github.com/open-mmlab/mmtracking/blob/master/configs/mot/ocsort) for details.

## Baselines of single object tracking

### SiameseRPN++ (CVPR 2019)
Expand Down
6 changes: 5 additions & 1 deletion docs/zh_cn/model_zoo.md
Expand Up @@ -57,10 +57,14 @@

详情请参考 [QDTrack](https://github.com/open-mmlab/mmtracking/blob/master/configs/mot/qdtrack/README.md)

### ByteTrack (arXiv 2021)
### ByteTrack (ECCV 2022)

详情请参考 [ByteTrack](https://github.com/open-mmlab/mmtracking/blob/master/configs/mot/bytetrack)

### OC-SORT (ArXiv 2022)

详情请参考 [OC-SORT](https://github.com/open-mmlab/mmtracking/blob/master/configs/mot/ocsort)

## 单目标跟踪基线

### SiameseRPN++ (CVPR 2019)
Expand Down
1 change: 1 addition & 0 deletions model-index.yml
Expand Up @@ -3,6 +3,7 @@ Import:
- configs/mot/tracktor/metafile.yml
- configs/mot/qdtrack/metafile.yml
- configs/mot/bytetrack/metafile.yml
- configs/mot/ocsort/metafile.yml
- configs/sot/siamese_rpn/metafile.yml
- configs/sot/stark/metafile.yml
- configs/vid/dff/metafile.yml
Expand Down

0 comments on commit be8a7af

Please sign in to comment.