You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+15-15
Original file line number
Diff line number
Diff line change
@@ -51,24 +51,24 @@ The master branch works with **PyTorch 1.3+**.
51
51
- (2021-10-25) We provide a [guide](https://github.com/open-mmlab/mmaction2/blob/master/configs/skeleton/posec3d/custom_dataset_training.md) on how to train PoseC3D with custom datasets, [bit-scientist](https://github.com/bit-scientist) authored this PR!
52
52
- (2021-10-16) We support **PoseC3D** on UCF101 and HMDB51, achieves 87.0% and 69.3% Top-1 accuracy with 2D skeletons only. Pre-extracted 2D skeletons are also available.
53
53
54
-
**Release**: v0.20.0 was released in 30/10/2021. Please refer to [changelog.md](docs/changelog.md) for details and release history.
54
+
**Release**: v0.20.0 was released in 30/10/2021. Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
55
55
56
56
## Installation
57
57
58
-
Please refer to [install.md](docs/install.md) for installation.
58
+
Please refer to [install.md](docs/en/install.md) for installation.
59
59
60
60
## Get Started
61
61
62
-
Please see [getting_started.md](docs/getting_started.md) for the basic usage of MMAction2.
62
+
Please see [getting_started.md](docs/en/getting_started.md) for the basic usage of MMAction2.
63
63
There are also tutorials:
64
64
65
-
-[learn about configs](docs/tutorials/1_config.md)
A Colab tutorial is also provided. You may preview the notebook [here](demo/mmaction2_tutorial.ipynb) or directly [run](https://colab.research.google.com/github/open-mmlab/mmaction2/blob/master/demo/mmaction2_tutorial.ipynb) on Colab.
74
74
@@ -207,16 +207,16 @@ Datasets marked with * are not fully supported yet, but related dataset preparat
207
207
208
208
## Benchmark
209
209
210
-
To demonstrate the efficacy and efficiency of our framework, we compare MMAction2 with some other popular frameworks and official releases in terms of speed. Details can be found in [benchmark](docs/benchmark.md).
210
+
To demonstrate the efficacy and efficiency of our framework, we compare MMAction2 with some other popular frameworks and official releases in terms of speed. Details can be found in [benchmark](docs/en/benchmark.md).
211
211
212
212
## Data Preparation
213
213
214
-
Please refer to [data_preparation.md](docs/data_preparation.md) for a general knowledge of data preparation.
215
-
The supported datasets are listed in [supported_datasets.md](docs/supported_datasets.md)
214
+
Please refer to [data_preparation.md](docs/en/data_preparation.md) for a general knowledge of data preparation.
215
+
The supported datasets are listed in [supported_datasets.md](docs/en/supported_datasets.md)
216
216
217
217
## FAQ
218
218
219
-
Please refer to [FAQ](docs/faq.md) for frequently asked questions.
219
+
Please refer to [FAQ](docs/en/faq.md) for frequently asked questions.
220
220
221
221
## Projects built on MMAction2
222
222
@@ -226,7 +226,7 @@ Currently, there are many research works and projects built on MMAction2 by user
226
226
- Evidential Deep Learning for Open Set Action Recognition, ICCV 2021 **Oral**. [[paper]](https://arxiv.org/abs/2107.10161)[[github]](https://github.com/Cogito2012/DEAR)
227
227
- Rethinking Self-supervised Correspondence Learning: A Video Frame-level Similarity Perspective, ICCV 2021 **Oral**. [[paper]](https://arxiv.org/abs/2103.17263)[[github]](https://github.com/xvjiarui/VFS)
228
228
229
-
etc., check [projects.md](docs/projects.md) to see all related projects.
229
+
etc., check [projects.md](docs/en/projects.md) to see all related projects.
- Rethinking Self-supervised Correspondence Learning: A Video Frame-level Similarity Perspective, ICCV 2021 **Oral**. [[论文]](https://arxiv.org/abs/2103.17263)[[代码]](https://github.com/xvjiarui/VFS)
222
222
- Video Swin Transformer. [[论文]](https://arxiv.org/abs/2106.13230)[[代码]](https://github.com/SwinTransformer/Video-Swin-Transformer)
For more details and optional arguments infos, you can refer to **Training setting** part in [getting_started](/docs/getting_started.md#training-setting).
78
+
For more details and optional arguments infos, you can refer to **Training setting** part in [getting_started](/docs/en/getting_started.md#training-setting).
79
79
80
80
## Test
81
81
@@ -91,4 +91,4 @@ Example: test ACRN with SlowFast backbone on AVA and dump the result to a csv fi
For more details and optional arguments infos, you can refer to **Test a dataset** part in [getting_started](/docs/getting_started.md#test-a-dataset) .
94
+
For more details and optional arguments infos, you can refer to **Test a dataset** part in [getting_started](/docs/en/getting_started.md#test-a-dataset) .
For more details and optional arguments infos, you can refer to **Training setting** part in [getting_started](/docs/getting_started.md#training-setting) .
105
+
For more details and optional arguments infos, you can refer to **Training setting** part in [getting_started](/docs/en/getting_started.md#training-setting) .
106
106
107
107
### Train Custom Classes From Ava Dataset
108
108
@@ -140,4 +140,4 @@ Example: test SlowOnly model on AVA and dump the result to a csv file.
For more details and optional arguments infos, you can refer to **Test a dataset** part in [getting_started](/docs/getting_started.md#test-a-dataset) .
143
+
For more details and optional arguments infos, you can refer to **Test a dataset** part in [getting_started](/docs/en/getting_started.md#test-a-dataset) .
For more details and optional arguments infos, you can refer to **Training setting** part in [getting_started](/docs/getting_started.md#training-setting).
101
+
For more details and optional arguments infos, you can refer to **Training setting** part in [getting_started](/docs/en/getting_started.md#training-setting).
Copy file name to clipboardexpand all lines: configs/localization/bmn/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Temporal action proposal generation is an challenging and promising task which a
60
60
61
61
*We train BMN with the [official repo](https://github.com/JJBOY/BMN-Boundary-Matching-Network), evaluate its proposal generation and action detection performance with [anet_cuhk_2017](https://download.openmmlab.com/mmaction/localization/cuhk_anet17_pred.json) for label assigning.
62
62
63
-
For more details on data preparation, you can refer to ActivityNet feature in [Data Preparation](/docs/data_preparation.md).
63
+
For more details on data preparation, you can refer to ActivityNet feature in [Data Preparation](/docs/en/data_preparation.md).
64
64
65
65
## Train
66
66
@@ -76,7 +76,7 @@ Example: train BMN model on ActivityNet features dataset.
For more details and optional arguments infos, you can refer to **Training setting** part in [getting_started](/docs/getting_started.md#training-setting) .
79
+
For more details and optional arguments infos, you can refer to **Training setting** part in [getting_started](/docs/en/getting_started.md#training-setting) .
For more details and optional arguments infos, you can refer to **Test a dataset** part in [getting_started](/docs/getting_started.md#test-a-dataset) .
112
+
For more details and optional arguments infos, you can refer to **Test a dataset** part in [getting_started](/docs/en/getting_started.md#test-a-dataset) .
0 commit comments