Home

Awesome

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

Documentation actions codecov PyPI LICENSE Percentage of issues still open

</div>

Introduction

English | 简体中文

MMHuman3D is an open-source PyTorch-based codebase for the use of 3D human parametric models in computer vision and computer graphics. It is a part of the OpenMMLab project.

The main branch works with PyTorch 1.7+.

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

https://user-images.githubusercontent.com/62529255/144362861-e794b404-c48f-4ebe-b4de-b91c3fbbaa3b.mp4

Major Features

News

Benchmark and Model Zoo

More details can be found in model_zoo.md.

Supported body models:

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

Supported methods:

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

Supported datasets:

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

We will keep up with the latest progress of the community, and support more popular methods and frameworks.

If you have any feature requests, please feel free to leave a comment in the wishlist.

Get Started

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

License

This project is released under the Apache 2.0 license. Some supported methods may carry additional licenses.

Citation

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

@misc{mmhuman3d,
    title={OpenMMLab 3D Human Parametric Model Toolbox and Benchmark},
    author={MMHuman3D Contributors},
    howpublished = {\url{https://github.com/open-mmlab/mmhuman3d}},
    year={2021}
}

Contributing

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

Acknowledgement

MMHuman3D 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 OpenMMLab