caizhongang commited on
Commit
b9505f6
·
verified ·
1 Parent(s): 34399b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -5
README.md CHANGED
@@ -1,5 +1,70 @@
1
- ---
2
- license: other
3
- license_name: s-lab-license
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: s-lab-license
4
+ license_link: LICENSE
5
+ language:
6
+ - en
7
+ tags:
8
+ - Human Pose and Shape Estimation
9
+ - Multi-modal
10
+ - Mobile Device
11
+ - 3D Vision
12
+ - Human Reconstruction
13
+ - Motion Generation
14
+ pretty_name: HuMMan
15
+ size_categories:
16
+ - 100B<n<1T
17
+ ---
18
+
19
+ # HuMMan: Multi-Modal 4D Human Dataset for Versatile Sensing and Modeling (ECCV 2022, Oral)
20
+
21
+ - [Homepage](https://caizhongang.github.io/projects/HuMMan/)
22
+ - [Toolbox](https://github.com/caizhongang/humman_toolbox/tree/main)
23
+ - [Paper](https://arxiv.org/abs/2204.13686)
24
+
25
+ ## Updates
26
+ - [2024-10-02] HuMMan is now available on HuggingFace!
27
+ - [2024-09-10] Release of HuMMan v1.0: Motion Generation Subset (HuMMan-MoGen)
28
+ - [2024-08-29] Release of HuMMan v1.0: 3D Vision Subset (HuMMan-Point)
29
+ - [2024-08-29] We have changed our data host! All download instructions have been updated
30
+ - [2024-07-27] HuMMan-Recon: Release of depth maps for the Reconstruction Subset
31
+ - [2023-04-25] HuMMan-Recon: Release of manually annotated masks for color images in the test split
32
+ - [2023-02-27] HuMMan-Recon: Downloads are organized by modalities, links have been updated
33
+ - [2023-01-23] HuMMan-Recon: Release of textured meshes for the Reconstruction Subset, and a toolbox
34
+ - [2023-01-23] HuMMan-Recon: Minor fixes on the mask data, download links have been updated
35
+ - [2023-01-11] Release of HuMMan v1.0: Reconstruction Subset (HuMMan-Recon)
36
+ - [2022-10-27] We presented HuMMan as an oral paper at ECCV'22 (Tel Aviv, Israel)
37
+ - [2022-08] Release of HuMMan v0.1 (no longer available, please use v1.0)
38
+
39
+ ## Datasets
40
+
41
+ - [HuMMan-Recon](https://caizhongang.com/projects/HuMMan/recon.html): HuMMan v1.0: Reconstruction Subset
42
+ - [HuMMan-Point](https://caizhongang.com/projects/HuMMan/point.html): HuMMan v1.0: 3D Vision Subset
43
+ - [HuMMan-MoGen](https://caizhongang.com/projects/HuMMan/mogen.html): HuMMan v1.0: Motion Generation Subset
44
+
45
+
46
+ ## Citation
47
+ Please cite our work if you use our datasets (`HuMMan-Recon`, `HuMMan-Point`, or `HuMMan-MoGen`) in your research.
48
+ ```text
49
+ @inproceedings{cai2022humman,
50
+ title={{HuMMan}: Multi-modal 4d human dataset for versatile sensing and modeling},
51
+ author={Cai, Zhongang and Ren, Daxuan and Zeng, Ailing and Lin, Zhengyu and Yu, Tao and Wang, Wenjia and Fan,
52
+ Xiangyu and Gao, Yang and Yu, Yifan and Pan, Liang and Hong, Fangzhou and Zhang, Mingyuan and
53
+ Loy, Chen Change and Yang, Lei and Liu, Ziwei},
54
+ booktitle={17th European Conference on Computer Vision, Tel Aviv, Israel, October 23--27, 2022,
55
+ Proceedings, Part VII},
56
+ pages={557--577},
57
+ year={2022},
58
+ organization={Springer}
59
+ }
60
+ ```
61
+
62
+ Please also cite *FineMoGen* if you use the `HuMMan-MoGen` subset.
63
+ ```text
64
+ @article{zhang2023finemogen,
65
+ title = {FineMoGen: Fine-Grained Spatio-Temporal Motion Generation and Editing},
66
+ author = {Zhang, Mingyuan and Li, Huirong and Cai, Zhongang and Ren, Jiawei and Yang, Lei and Liu, Ziwei},
67
+ year = {2023},
68
+ journal = {NeurIPS},
69
+ }
70
+ ```