Skip to content

Commit

Permalink
Add citation (open-mmlab#545)
Browse files Browse the repository at this point in the history
* add citation

* changelog

* Update README.md
  • Loading branch information
dreamerlin authored Jan 16, 2021
1 parent de37baa commit feb99e1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ The master branch works with **PyTorch 1.3+**.

We provide detailed documentation and API reference, as well as unittests.

## License

This project is released under the [Apache 2.0 license](LICENSE).

## Changelog

v0.10.0 was released in 05/01/2021. Please refer to [changelog.md](docs/changelog.md) for details and release history.
Expand Down Expand Up @@ -126,6 +122,23 @@ A Colab tutorial is also provided. You may preview the notebook [here](demo/mmac

Please refer to [FAQ](docs/faq.md) for frequently asked questions.

## License

This project is released under the [Apache 2.0 license](LICENSE).

## Citation

If you find this project useful in your research, please consider cite:

```latex
@misc{2020mmaction2,
title={OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark},
author={MMAction2 Contributors},
howpublished = {\url{https://github.com/open-mmlab/mmaction2}},
year={2020}
}
```

## Contributing

We appreciate all contributions to improve MMAction2. Please refer to [CONTRIBUTING.md](.github/CONTRIBUTING.md) for the contributing guideline.
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**Improvements**

- Support setting `max_testing_views` for extremely large models to save GPU memory used ([#511](https://github.com/open-mmlab/mmaction2/pull/511))
- Add repo citation ([#545](https://github.com/open-mmlab/mmaction2/pull/545))

### 0.10.0 (31/12/2020)

Expand Down

0 comments on commit feb99e1

Please sign in to comment.