236 lines
11 KiB
Markdown
236 lines
11 KiB
Markdown
<!--
|
|
* @Date: 2021-01-13 20:32:12
|
|
* @Author: Qing Shuai
|
|
* @LastEditors: Qing Shuai
|
|
* @LastEditTime: 2021-07-21 21:49:14
|
|
* @FilePath: /EasyMocapRelease/Readme.md
|
|
-->
|
|
|
|
# EasyMocap
|
|
|
|
<div align="left">
|
|
<img src="logo.png" width="20%">
|
|
</div>
|
|
|
|
**EasyMocap** is an open-source toolbox for **markerless human motion capture** from RGB videos. In this project, we provide a lot of motion capture demos in different settings.
|
|
|
|
![python](https://img.shields.io/github/languages/top/zju3dv/EasyMocap)
|
|
![star](https://img.shields.io/github/stars/zju3dv/EasyMocap?style=social)
|
|
|
|
---
|
|
|
|
## Core features
|
|
|
|
### Multiple views of a single person
|
|
|
|
[![report](https://img.shields.io/badge/quickstart-green)](./doc/quickstart.md) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1Cyvu_lPFUajr2RKt6yJIfS3HQIIYl6QU?usp=sharing)
|
|
|
|
This is the basic code for fitting SMPL[^loper2015]/SMPL+H[^romero2017]/SMPL-X[^pavlakos2019]/MANO[^romero2017] model to capture body+hand+face poses from multiple views.
|
|
|
|
<div align="center">
|
|
<img src="doc/feng/mv1pmf-smplx.gif" width="80%">
|
|
<br>
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/EasyMocap/mv1p-dance-smpl.gif" width="80%">
|
|
<br>
|
|
<sup>Videos are from ZJU-MoCap, with 23 calibrated and synchronized cameras.<sup/>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<img src="doc/feng/mano.gif" width="80%">
|
|
<br>
|
|
<sup>Captured with 8 cameras.<sup/>
|
|
</div>
|
|
|
|
### Internet video with a mirror
|
|
|
|
[![report](https://img.shields.io/badge/CVPR21-mirror-red)](https://arxiv.org/pdf/2104.00340.pdf) [![quickstart](https://img.shields.io/badge/quickstart-green)](https://github.com/zju3dv/Mirrored-Human)
|
|
|
|
<div align="center">
|
|
<img src="https://raw.githubusercontent.com/zju3dv/Mirrored-Human/main/doc/assets/smpl-avatar.gif" width="80%">
|
|
<br>
|
|
<sup>The raw video is from <a href="https://www.youtube.com/watch?v=KOCJJ27hhIE">Youtube<a/>.<sup/>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<img src="doc/imocap/mv1p-mirror.gif" width="80%"><br/>
|
|
<sup>Captured with 6 cameras and a mirror<sup/>
|
|
</div>
|
|
|
|
### Multiple Internet videos with a specific action (Coming soon)
|
|
|
|
[![report](https://img.shields.io/badge/ECCV20-imocap-red)](https://arxiv.org/pdf/2008.07931.pdf) [![quickstart](https://img.shields.io/badge/quickstart-green)](./doc/todo.md)
|
|
|
|
<div align="center">
|
|
<img src="doc/imocap/imocap.gif" width="80%"><br/>
|
|
<sup>Internet videos of Roger Federer's serving<sup/>
|
|
</div>
|
|
|
|
### Multiple views of multiple people
|
|
|
|
[![report](https://img.shields.io/badge/CVPR19-mvpose-red)](https://arxiv.org/pdf/1901.04111.pdf) [![quickstart](https://img.shields.io/badge/quickstart-green)](./doc/mvmp.md)
|
|
|
|
<div align="center">
|
|
<img src="doc/assets/mvmp1f.gif" width="80%"><br/>
|
|
<sup>Captured with 8 consumer cameras<sup/>
|
|
</div>
|
|
|
|
### Novel view synthesis from sparse views
|
|
[![report](https://img.shields.io/badge/CVPR21-neuralbody-red)](https://arxiv.org/pdf/2012.15838.pdf) [![quickstart](https://img.shields.io/badge/quickstart-green)](https://github.com/zju3dv/neuralbody)
|
|
|
|
<div align="center">
|
|
<img src="doc/neuralbody/sida-frame0.jpg" width="80%"><br/>
|
|
<img src="doc/neuralbody/sida.gif" width="80%"><br/>
|
|
<sup>Captured with 8 consumer cameras<sup/>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/EasyMocap/female-ballet.gif" width="80%"><br/>
|
|
<sup>Novel view synthesis for chanllenge motion(coming soon)<sup/>
|
|
</div>
|
|
|
|
|
|
## ZJU-MoCap
|
|
|
|
With our proposed method, we release two large dataset of human motion: LightStage and Mirrored-Human. See the [website](https://chingswy.github.io/Dataset-Demo/) for more details.
|
|
|
|
If someone wants to download the ZJU-Mocap dataset, please fill in the [agreement](https://zjueducn-my.sharepoint.com/:b:/g/personal/pengsida_zju_edu_cn/EUPiybrcFeNEhdQROx4-LNEBm4lzLxDwkk1SBcNWFgeplA?e=BGDiQh), and email me (s_q@zju.edu.cn) and cc Xiaowei Zhou (xwzhou@zju.edu.cn) to request the download link.
|
|
|
|
<div align="center">
|
|
<img src="doc/assets/ZJU-MoCap-lightstage.jpg" width="80%"><br/>
|
|
<sup>LightStage: captured with LightStage system<sup/>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/EasyMocap/mirrored-human.jpg" width="80%"><br/>
|
|
<sup>Mirrored-Human: collected from the Internet<sup/>
|
|
</div>
|
|
|
|
## Other features
|
|
|
|
### 3D Realtime visualization
|
|
[![quickstart](https://img.shields.io/badge/quickstart-green)](./doc/realtime_visualization.md)
|
|
<div align="center">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/assets/vis3d/skel-body25.gif" width="26%">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/assets/vis3d/skel-total.gif" width="26%">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/assets/vis3d/skel-multi.gif" width="26%">
|
|
</div>
|
|
|
|
<div align="center">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/assets/vis3d/mesh-smpl.gif" width="26%">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/assets/vis3d/mesh-smplx.gif" width="26%">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/assets/vis3d/mesh-manol.gif" width="26%">
|
|
</div>
|
|
|
|
### [Camera calibration](apps/calibration/Readme.md)
|
|
|
|
<div align="center">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/EasyMocap/calib_intri.jpg" width="40%">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/EasyMocap/calib_extri.jpg" width="40%">
|
|
<br>
|
|
<sup>Calibration for intrinsic and extrinsic parameters<sup/>
|
|
</div>
|
|
|
|
### [Annotator](apps/annotation/Readme.md)
|
|
|
|
<div align="center">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/EasyMocap/annot_keypoints.jpg" width="40%">
|
|
<img src="https://raw.githubusercontent.com/chingswy/Dataset-Demo/main/EasyMocap/annot_mask.jpg" width="40%">
|
|
<br>
|
|
<sup>Annotator for bounding box, keypoints and mask<sup/>
|
|
</div>
|
|
|
|
### Other
|
|
- [Pose guided synchronization](./doc/todo.md) (comming soon)
|
|
- [Exporting of multiple data formats(bvh, asf/amc, ...)](./doc/02_output.md)
|
|
|
|
## Updates
|
|
- 12/25/2021: Support mediapipe keypoints detector.
|
|
- 08/09/2021: Add a colab demo [here](https://colab.research.google.com/drive/1Cyvu_lPFUajr2RKt6yJIfS3HQIIYl6QU?usp=sharing).
|
|
- 06/28/2021: The **Multi-view Multi-person** part is released!
|
|
- 06/10/2021: The **real-time 3D visualization** part is released!
|
|
- 04/11/2021: The calibration tool and the annotator are released.
|
|
- 04/11/2021: **Mirrored-Human** part is released.
|
|
|
|
## Installation
|
|
|
|
See [doc/install](./doc/installation.md) for more instructions.
|
|
|
|
## Acknowledgements
|
|
|
|
Here are the great works this project is built upon:
|
|
|
|
- SMPL models and layer are from MPII [SMPL-X model](https://github.com/vchoutas/smplx).
|
|
- Some functions are borrowed from [SPIN](https://github.com/nkolot/SPIN), [VIBE](https://github.com/mkocabas/VIBE), [SMPLify-X](https://github.com/vchoutas/smplify-x)
|
|
- The method for fitting 3D skeleton and SMPL model is similar to [TotalCapture](http://www.cs.cmu.edu/~hanbyulj/totalcapture/), without using point clouds.
|
|
- We integrate some easy-to-use functions for previous great work:
|
|
- `easymocap/estimator/mediapipe_wrapper.py`: [MediaPipe](https://github.com/google/mediapipe)
|
|
- `easymocap/estimator/SPIN` : an SMPL estimator[^cao2018]
|
|
- `easymocap/estimator/YOLOv4`: an object detector[^kolotouros2019] (Coming soon)
|
|
- `easymocap/estimator/HRNet` : a 2D human pose estimator[^bochkovskiy2020] (Coming soon)
|
|
|
|
## Contact
|
|
|
|
Please open an issue if you have any questions. We appreciate all contributions to improve our project.
|
|
|
|
|
|
## Contributor
|
|
|
|
EasyMocap is **built by** researchers from the 3D vision group of Zhejiang University: [**Qing Shuai**](https://chingswy.github.io/), [**Qi Fang**](https://raypine.github.io/), [**Junting Dong**](https://jtdong.com/), [**Sida Peng**](https://pengsida.net/), **Di Huang**, [**Hujun Bao**](http://www.cad.zju.edu.cn/home/bao/), **and** [**Xiaowei Zhou**](https://xzhou.me/).
|
|
|
|
We would like to thank Wenduo Feng, Di Huang, Yuji Chen, Hao Xu, Qing Shuai, Qi Fang, Ting Xie, Junting Dong, Sida Peng and Xiaopeng Ji who are the performers in the sample data. We would also like to thank all the people who has helped EasyMocap [in any way](https://github.com/zju3dv/EasyMocap/graphs/contributors).
|
|
|
|
## Citation
|
|
|
|
This project is a part of our work [iMocap](https://zju3dv.github.io/iMoCap/), [Mirrored-Human](https://zju3dv.github.io/Mirrored-Human/), [mvpose](https://zju3dv.github.io/mvpose/) and [Neural Body](https://zju3dv.github.io/neuralbody/)
|
|
|
|
Please consider citing these works if you find this repo is useful for your projects.
|
|
|
|
```bibtex
|
|
@inproceedings{dong2021fast,
|
|
title={Fast and Robust Multi-Person 3D Pose Estimation and Tracking from Multiple Views},
|
|
author={Dong, Junting and Fang, Qi and Jiang, Wen and Yang, Yurou and Bao, Hujun and Zhou, Xiaowei},
|
|
booktitle={T-PAMI},
|
|
year={2021}
|
|
}
|
|
|
|
@inproceedings{dong2020motion,
|
|
title={Motion capture from internet videos},
|
|
author={Dong, Junting and Shuai, Qing and Zhang, Yuanqing and Liu, Xian and Zhou, Xiaowei and Bao, Hujun},
|
|
booktitle={European Conference on Computer Vision},
|
|
pages={210--227},
|
|
year={2020},
|
|
organization={Springer}
|
|
}
|
|
|
|
@inproceedings{peng2021neural,
|
|
title={Neural Body: Implicit Neural Representations with Structured Latent Codes for Novel View Synthesis of Dynamic Humans},
|
|
author={Peng, Sida and Zhang, Yuanqing and Xu, Yinghao and Wang, Qianqian and Shuai, Qing and Bao, Hujun and Zhou, Xiaowei},
|
|
booktitle={CVPR},
|
|
year={2021}
|
|
}
|
|
|
|
@inproceedings{fang2021mirrored,
|
|
title={Reconstructing 3D Human Pose by Watching Humans in the Mirror},
|
|
author={Fang, Qi and Shuai, Qing and Dong, Junting and Bao, Hujun and Zhou, Xiaowei},
|
|
booktitle={CVPR},
|
|
year={2021}
|
|
}
|
|
|
|
```
|
|
|
|
[^loper2015]: Loper, Matthew, et al. "SMPL: A skinned multi-person linear model." ACM transactions on graphics (TOG) 34.6 (2015): 1-16.
|
|
|
|
[^romero2017]: Romero, Javier, Dimitrios Tzionas, and Michael J. Black. "Embodied hands: Modeling and capturing hands and bodies together." ACM Transactions on Graphics (ToG) 36.6 (2017): 1-17.
|
|
|
|
[^pavlakos2019]: Pavlakos, Georgios, et al. "Expressive body capture: 3d hands, face, and body from a single image." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2019.
|
|
|
|
<!-- [4] Bogo, Federica, et al. "Keep it SMPL: Automatic estimation of 3D human pose and shape from a single image." European conference on computer vision. Springer, Cham, 2016. -->
|
|
|
|
[^cao2018]: Cao, Z., Hidalgo, G., Simon, T., Wei, S.E., Sheikh, Y.: Openpose: real-time multi-person 2d pose estimation using part affinity fields. arXiv preprint arXiv:1812.08008 (2018)
|
|
|
|
[^kolotouros2019]: Kolotouros, Nikos, et al. "Learning to reconstruct 3D human pose and shape via model-fitting in the loop." Proceedings of the IEEE/CVF International Conference on Computer Vision. 2019
|
|
|
|
[^bochkovskiy2020]: Bochkovskiy, Alexey, Chien-Yao Wang, and Hong-Yuan Mark Liao. "Yolov4: Optimal speed and accuracy of object detection." arXiv preprint arXiv:2004.10934 (2020).
|
|
|
|
<!-- [8] Sun, Ke, et al. "Deep high-resolution representation learning for human pose estimation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2019. -->
|