We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7531d0 commit a56da3fCopy full SHA for a56da3f
docs/zh-CN/model_zoo/recognition/ctrgcn.md
@@ -18,7 +18,7 @@
18
[CTR-GCN](https://github.com/Uason-Chen/CTR-GCN.git)是ICCV 2021提出的基于骨骼的行为识别模型,通过将改动应用在具有拓扑结构的人体骨骼数据上的图卷积,使用时空图卷积提取时空特征进行行为识别,提升了基于骨骼的行为识别任务精度。
19
20
<div align="center">
21
-<img src="../../../images/ctrgcn.jpg" height=200 width=800 hspace='10'/> <br />
+<img src="../../../images/ctrgcn.jpg" height=200 width=750 hspace='10'/> <br />
22
</div>
23
24
@@ -31,7 +31,7 @@ NTU-RGBD数据下载及准备请参考[NTU-RGBD数据准备](../../dataset/ntu-r
31
32
### NTU-RGBD数据集训练
33
34
-- NTU-RGBD数据集默认使用单卡训练,启动命令如下:
+- NTU-RGBD数据集,默认使用单卡训练,启动命令如下:
35
36
```bash
37
# joint modality
0 commit comments