Skip to content

Commit

Permalink
[Doc] Add stgcn in README.md (open-mmlab#1153)
Browse files Browse the repository at this point in the history
* master

* master 0721

* add stgcn in README

* add stgcn in readme-CN
  • Loading branch information
gengenkai authored Sep 16, 2021
1 parent 176c12d commit 8b1031c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Supported methods for Skeleton-based Action Recognition:
<summary>(click to collapse)</summary>

-[PoseC3D](configs/skeleton/posec3d/README.md) (ArXiv'2021)
-[STGCN](configs/skeleton/stgcn/README.md) (AAAI'2018)

</details>

Expand Down
10 changes: 10 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@ v0.18.0 版本已于 2021 年 9 月 2 日发布,可通过查阅 [更新日志]

</details>

支持的基于骨骼点的动作识别方法:

<details open>
<summary>(点击收起)</summary>

-[PoseC3D](configs/skeleton/posec3d/README.md) (ArXiv'2021)
-[STGCN](configs/skeleton/stgcn/README.md) (AAAI'2018)

</details>

各个模型的结果和设置都可以在对应的 config 目录下的 *README_zh-CN.md* 中查看。整体的概况也可也在 [**模型库**](https://mmaction2.readthedocs.io/zh_CN/latest/recognition_models.html) 页面中查看

我们将跟进学界的最新进展,并支持更多算法和框架。如果您对 MMAction2 有任何功能需求,请随时在 [问题](https://github.com/open-mmlab/mmaction2/issues/19) 中留言。
Expand Down

0 comments on commit 8b1031c

Please sign in to comment.