Diff of /docs/projects.md [000000] .. [6d389a]

Switch to unified view

a b/docs/projects.md
1
# Projects based on MMAction2
2
3
There are many research works and projects built on MMAction2.
4
We list some of them as examples of how to extend MMAction2 for your own projects.
5
As the page might not be completed, please feel free to create a PR to update this page.
6
7
## Projects as an extension
8
9
- [OTEAction2](https://github.com/openvinotoolkit/mmaction2): OpenVINO Training Extensions for Action Recognition.
10
11
## Projects of papers
12
13
There are also projects released with papers.
14
Some of the papers are published in top-tier conferences (CVPR, ICCV, and ECCV), the others are also highly influential.
15
To make this list also a reference for the community to develop and compare new video understanding algorithms, we list them following the time order of top-tier conferences.
16
Methods already supported and maintained by MMAction2 are not listed.
17
18
- Evidential Deep Learning for Open Set Action Recognition, ICCV 2021 Oral. [[paper]](https://arxiv.org/abs/2107.10161)[[github]](https://github.com/Cogito2012/DEAR)
19
- 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)
20
- MGSampler: An Explainable Sampling Strategy for Video Action Recognition, ICCV 2021. [[paper]](https://arxiv.org/abs/2104.09952)[[github]](https://github.com/MCG-NJU/MGSampler)
21
- MultiSports: A Multi-Person Video Dataset of Spatio-Temporally Localized Sports Actions, ICCV 2021. [[paper]](https://arxiv.org/abs/2105.07404)
22
- Video Swin Transformer. [[paper]](https://arxiv.org/abs/2106.13230)[[github]](https://github.com/SwinTransformer/Video-Swin-Transformer)
23
- Long Short-Term Transformer for Online Action Detection. [[paper]](https://arxiv.org/abs/2107.03377)