Home

Awesome

<br/> <div align="center"> <img src="resources/xrmocap-logo.png" width="600"/> </div> <br/> <div align="center">

Documentation actions codecov PyPI Percentage of issues still open

</div>

Introduction

English | 简体中文

XRMoCap is an open-source PyTorch-based codebase for the use of multi-view motion capture. It is a part of the OpenXRLab project.

If you are interested in single-view motion capture, please refer to mmhuman3d for more details.

https://user-images.githubusercontent.com/26729379/187710195-ba4660ce-c736-4820-8450-104f82e5cc99.mp4

A detailed introduction can be found in introduction.md.

Major Features

News

Benchmark

More details can be found in benchmark.md.

Supported methods:

<details open> <summary>(click to collapse)</summary> </details>

Supported datasets:

<details open> <summary>(click to collapse)</summary> </details>

Getting Started

Please see getting_started.md for the basic usage of XRMoCap.

License

The license of our codebase is Apache-2.0. Note that this license only applies to code in our library, the dependencies of which are separate and individually licensed. We would like to pay tribute to open-source implementations to which we rely on. Please be aware that using the content of dependencies may affect the license of our codebase. Refer to LICENSE to view the full license.

Citation

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

@misc{xrmocap,
    title={OpenXRLab Multi-view Motion Capture Toolbox and Benchmark},
    author={XRMoCap Contributors},
    howpublished = {\url{https://github.com/openxrlab/xrmocap}},
    year={2022}
}

Contributing

We appreciate all contributions to improve XRMoCap. Please refer to CONTRIBUTING.md for the contributing guideline.

Acknowledgement

XRMoCap is an open source project that is contributed by researchers and engineers from both the academia and the industry. We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new models.

Projects in OpenXRLab