Skip to content

Commit 3066b87

Browse files
[Doc] modify_readme (open-mmlab#2629)
1 parent c548788 commit 3066b87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
[![Percentage of issues still open](https://isitmaintained.com/badge/open/open-mmlab/mmaction2.svg)](https://github.com/open-mmlab/mmaction2/issues)
2727

2828
[📘中文文档](https://mmaction2.readthedocs.io/zh_CN/latest/index.html) |
29-
[🛠️安装指南](https://mmaction2.readthedocs.io/zh_CN/get_started/installation.html) |
29+
[🛠️安装指南](https://mmaction2.readthedocs.io/zh_CN/latest/get_started/installation.html) |
3030
[👀模型库](https://mmaction2.readthedocs.io/zh_CN/latest/modelzoo_statistics.html) |
3131
[🆕更新日志](https://mmaction2.readthedocs.io/en/latest/notes/changelog.html) |
3232
[🚀进行中项目](https://github.com/open-mmlab/mmaction2/projects) |

projects/actionclip/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ print("Label probs:", probs) # [[9.995e-01 5.364e-07 6.666e-04]]
120120

121121
```python
122122
import mmengine
123+
import torch
123124
from mmaction.utils import register_all_modules
124125
from mmaction.apis import inference_recognizer, init_recognizer
125126

0 commit comments

Comments
 (0)