MMAction

一个基于 PyTorch 的用于理解动作的开源工具箱。「An open-source toolbox for action understanding based on PyTorch」

Github星跟踪图

MMAction

Introduction

MMAction is an open source toolbox for action understanding based on PyTorch.
It is a part of the open-mmlab project developed by Multimedia Laboratory, CUHK.

Major Features

  • MMAction is capable of dealing with all of the tasks below.

    • action recognition from trimmed videos
    • temporal action detection (also known as action localization) in untrimmed videos
    • spatial-temporal action detection in untrimmed videos.
  • Support for various datasets

    Video datasets have emerging throughout the recent years and have greatly fostered the devlopment of this field.
    MMAction provides tools to deal with various datasets.

  • Support for multiple action understanding frameworks

    MMAction implements popular frameworks such as TSN, I3D for action recognition and SSN for temporal action detection.
    For the recently introduced spatial temporal atomic action detection, a Fast-RCNN baseline is provided.

  • Modular design

    The tasks in human action understanding share some common aspects such as backbones, and long-term and short-term sampling schemes.
    Also, tasks can benefit from each other. For example, a better backbone for action recognition will bring performance gain for action detection.
    Modular design enables us to view action understanding in a more integrated perspective.

License

The project is release under the Apache 2.0 license.

Updates

v0.1.0 (19/06/2019)

  • MMAction is online!

Model zoo

Results and reference models are available in the model zoo.

Installation

Please refer to INSTALL.md for installation.

Update: for Docker installation, Please refer to DOCKER.md for using docker for this project.

Data preparation

Please refer to DATASET.md for a general knowledge of data preparation.
Detailed documents for the supported datasets are available in data_tools/.

Get started

Please refer to GETTING_STARTED.md for detailed examples and abstract usage.

Contributing

We appreciate all contributions to improve MMAction.
Please refer to CONTRUBUTING.md for the contributing guideline.

Citation

If you use our codebase or models in your research, please cite this work.
We will release a technical report later.

@misc{mmaction2019,
  author =       {Yue Zhao, Yuanjun Xiong, Dahua Lin},
  title =        {MMAction},
  howpublished = {\url{https://github.com/open-mmlab/mmaction}},
  year =         {2019}
}

Contact

If you have any question, please file an issue or contact the author:

Yue Zhao: thuzhaoyue@gmail.com

主要指标

概览
名称与所有者open-mmlab/mmaction
主编程语言Python
编程语言Shell (语言数: 5)
平台Linux
许可证Apache License 2.0
所有者活动
创建于2019-06-13 14:26:23
推送于2022-04-08 03:44:50
最后一次提交2020-08-24 22:08:47
发布数0
用户参与
星数1.9k
关注者数39
派生数350
提交数179
已启用问题?
问题数199
打开的问题数55
拉请求数33
打开的拉请求数3
关闭的拉请求数13
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?