Add colab demo

This commit is contained in:
Qing Shuai 2021-08-09 19:17:14 +08:00 committed by GitHub
parent e8ff2baf18
commit a5077cdf2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
### Multiple views of a single person ### Multiple views of a single person
[![report](https://img.shields.io/badge/quickstart-green)](./doc/quickstart.md) [![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[1]/SMPL+H[2]/SMPL-X[3]/MANO[2] model to capture body+hand+face poses from multiple views. This is the basic code for fitting SMPL[1]/SMPL+H[2]/SMPL-X[3]/MANO[2] model to capture body+hand+face poses from multiple views.
@ -132,7 +132,7 @@ With our proposed method, we release two large dataset of human motion: LightSta
- [Exporting of multiple data formats(bvh, asf/amc, ...)](./doc/02_output.md) - [Exporting of multiple data formats(bvh, asf/amc, ...)](./doc/02_output.md)
## Updates ## Updates
- 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/28/2021: The **Multi-view Multi-person** part is released!
- 06/10/2021: The **real-time 3D visualization** 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: The calibration tool and the annotator are released.