Skip to content
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
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
</div>

<div align="left">
<a href='https://mmaction2.readthedocs.io/en/latest/?badge=latest'>
<img src='https://readthedocs.org/projects/mmaction2/badge/?version=latest' alt='Documentation Status' />
</a>
<a href="https://codecov.io/gh/open-mmlab/mmaction2">
<img src="https://codecov.io/gh/open-mmlab/mmaction2/branch/master/graph/badge.svg" />
</a>
<a href="https://github.com/open-mmlab/mmaction2/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/open-mmlab/mmaction2.svg">
</a>
<a href='https://mmaction2.readthedocs.io/en/latest/?badge=latest'>
<img src='https://readthedocs.org/projects/mmaction2/badge/?version=latest' alt='Documentation Status' />
</a>
<a href='https://github.com/open-mmlab/mmaction2/actions'>
<img src='https://github.com/open-mmlab/mmaction2/workflows/build/badge.svg' />
</a>
<a href="https://codecov.io/gh/open-mmlab/mmaction2">
<img src="https://codecov.io/gh/open-mmlab/mmaction2/branch/master/graph/badge.svg" />
</a>
<a href="https://github.com/open-mmlab/mmaction2/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/open-mmlab/mmaction2.svg">
</a>
</div>

Documentation: https://mmaction2.readthedocs.io/.
Expand Down Expand Up @@ -97,6 +100,8 @@ Please refer to [data_preparation.md](docs/data_preparation.md) for a general kn
Please see [getting_started.md](docs/getting_started.md) for the basic usage of MMAction2.
There are also tutorials for [finetuning models](docs/tutorials/finetune.md), [adding new dataset](docs/tutorials/new_dataset.md), [designing data pipeline](docs/tutorials/data_pipeline.md), and [adding new modules](docs/tutorials/new_modules.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.

## Contributing

We appreciate all contributions to improve MMAction2. Please refer to [CONTRIBUTING.md](.github/CONTRIBUTING.md) for the contributing guideline.
Expand Down
Loading