Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Update document to reflect the support of OC-SORT. #661

Merged
merged 9 commits into from
Aug 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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