QFun commited on
Commit
e61c9c0
·
verified ·
1 Parent(s): f3f84fa

Initial MANUS landing release

Browse files
LICENSE ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ This repository is a landing page and index for the MANUS dataset family.
2
+
3
+ It does not grant a single license for all MANUS subsets. Each MANUS subset is governed by the license of its own repository and its upstream source dataset.
4
+
5
+ Documentation and utility scripts in this landing repository are provided for release indexing and loading examples. Dataset files are not hosted here.
6
+
7
+ Source-specific data licenses:
8
+ - MANUS-HaGRID: HaGRID-specific Creative Commons Attribution-ShareAlike 4.0 variant.
9
+ - MANUS-DexYCB: Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0).
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "MANUS Dataset Family"
3
+ license: other
4
+ license_name: manus-composite-per-source-licenses
5
+ tags:
6
+ - image
7
+ - depth-estimation
8
+ - hand-pose
9
+ - hand-gesture
10
+ - 3d
11
+ - mano
12
+ - multimodal
13
+ - multi-view
14
+ - webdataset
15
+ - computer-vision
16
+ ---
17
+
18
+ # MANUS Dataset Family
19
+
20
+ **Multimodal Annotated Naturalistic Hand Understanding (MANUS)** is a family of source-specific multimodal hand-understanding dataset releases for naturalistic hand analysis, hand-aware image generation, 2D/3D hand understanding, depth estimation, and multi-view hand representation learning.
21
+
22
+ MANUS does **not** use a single dataset-wide license. Each source-specific release is governed by its own upstream-compatible license. This landing repository indexes the available MANUS releases and explains the shared schema, license matrix, citation guidance, and loading pattern. It does not host source images, hand crops, depth maps, mesh renderings, or WebDataset shards.
23
+
24
+ ## Available Releases
25
+
26
+ | MANUS release | Source data | Payload repo content | HF license metadata | Main constraint |
27
+ |---|---|---|---|---|
28
+ | MANUS-HaGRID | HaGRID / HaGRIDv2 | `hagrid_v1` and `hagrid_v2` train/test WebDataset shards | `other` | HaGRID-specific CC BY-SA 4.0 variant |
29
+ | MANUS-DexYCB | DexYCB | `dexycb` test WebDataset shards | `cc-by-nc-4.0` | Non-commercial use only |
30
+
31
+ Download each subset from its own repository and comply with the corresponding license:
32
+
33
+ - MANUS-HaGRID: `QFun/MANUS-HaGRID`
34
+ - MANUS-DexYCB: `QFun/MANUS-DexYCB`
35
+
36
+ ## Shared MANUS Modalities
37
+
38
+ MANUS source-specific releases are designed around synchronized multimodal and multi-view annotations where available:
39
+
40
+ - full-scene RGB image;
41
+ - full-scene depth map;
42
+ - hand-region RGB crop;
43
+ - hand-region depth crop;
44
+ - 2D bounding boxes for hand regions;
45
+ - estimated MANO-style hand mesh annotations or related mesh metadata;
46
+ - rendered mesh views from canonical viewpoints such as front, rear, left, right, top, and bottom;
47
+ - companion text prompt files where provided by a source-specific payload release;
48
+ - per-sample metadata recording source dataset, source id, split, available modalities, and license metadata.
49
+
50
+ ## Loading
51
+
52
+ See `docs/loading_all_subsets.md` for examples that load MANUS-HaGRID and MANUS-DexYCB from their source-specific repositories.
53
+
54
+ ## Citation
55
+
56
+ If you use any MANUS subset, please cite the MANUS / HanDrawer work and the upstream source dataset for the subset you used.
57
+
58
+ ### MANUS / HanDrawer
59
+
60
+ ```bibtex
61
+ @misc{fu2025handrawer,
62
+ title = {HanDrawer: Leveraging Spatial Information to Render Realistic Hands Using a Conditional Diffusion Model in Single Stage},
63
+ author = {Qifan Fu and Xu Chen and Muhammad Asad and Shanxin Yuan and Changjae Oh and Gregory Slabaugh},
64
+ year = {2025},
65
+ eprint = {2503.02127},
66
+ archivePrefix = {arXiv},
67
+ primaryClass = {cs.CV},
68
+ doi = {10.48550/arXiv.2503.02127},
69
+ url = {https://arxiv.org/abs/2503.02127}
70
+ }
71
+ ```
72
+
73
+ ### Source Dataset Citations
74
+
75
+ - For MANUS-HaGRID, cite HaGRID / HaGRIDv2 as listed in the MANUS-HaGRID repository.
76
+ - For MANUS-DexYCB, cite DexYCB as listed in the MANUS-DexYCB repository.
77
+
78
+ ## License
79
+
80
+ This landing repository is an index for the MANUS dataset family. It does not grant a single license for all MANUS subsets.
81
+
82
+ Each MANUS subset is governed by the license of its own repository and its upstream source dataset. See `docs/license_matrix.md` for details.
83
+
84
+ Documentation and utility scripts in this landing repository are provided for release indexing and loading examples. Dataset files are not hosted here.
85
+
86
+ ## Intended Uses
87
+
88
+ MANUS releases are intended for research on hand gesture understanding, hand-object interaction, hand-aware image generation, 2D/3D hand reasoning, depth estimation, and multimodal representation learning.
89
+
90
+ ## Out-of-Scope Uses
91
+
92
+ MANUS releases should not be used for biometric identification, person recognition, surveillance, or privacy-invasive applications. Users must comply with the source-specific license and applicable laws.
docs/annotation_schema.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MANUS Shared Annotation Schema
2
+
3
+ MANUS payload repositories use source-specific WebDataset shards with a shared metadata convention.
4
+
5
+ Common public manifest fields include:
6
+
7
+ - `sample_id` / `manus_sample_id`
8
+ - `config`
9
+ - `split`
10
+ - `source_dataset`
11
+ - `source_version`
12
+ - `source_split`
13
+ - `source_image_id`
14
+ - `source_license_id`
15
+ - `source_license_name`
16
+ - `contains_source_pixels`
17
+ - `processing_pipeline_version`
18
+ - `available_modalities`
19
+ - `file_count`
20
+ - `shard`
21
+
22
+ Common modalities, where available:
23
+
24
+ - `full_rgb`
25
+ - `full_depth`
26
+ - `hand_rgb`
27
+ - `hand_depth`
28
+ - `hand_bbox`
29
+ - `hand_depth_bbox`
30
+ - `vertices`
31
+ - `mesh_front`, `mesh_back`, `mesh_left`, `mesh_right`, `mesh_top`, `mesh_bottom`
32
+ - `six_view_bbox_*`
33
+ - `extra_view_image_*`
34
+ - `extra_view_bbox_*`
35
+
36
+ Availability is source-specific and split-specific. Use each payload repository's manifest and release report for exact modality counts.
docs/license_matrix.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # MANUS License Matrix
2
+
3
+ | MANUS release | Source | Contains source RGB/crops? | HF license metadata | Use constraints |
4
+ |---|---|---:|---|---|
5
+ | MANUS-HaGRID | HaGRID / HaGRIDv2 | Yes | `other` | HaGRID-specific CC BY-SA 4.0 variant |
6
+ | MANUS-DexYCB | DexYCB | Yes | `cc-by-nc-4.0` | Non-commercial use only |
7
+
8
+ MANUS does not use a single dataset-wide license. Each source-specific release is governed by its own upstream-compatible license.
docs/loading_all_subsets.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Loading MANUS Subsets
2
+
3
+ This landing repository does not host data shards. Load each source-specific subset from its own payload repository.
4
+
5
+ ## MANUS-HaGRID
6
+
7
+ ```python
8
+ from datasets import load_dataset
9
+
10
+ hagrid_v1_train = load_dataset("QFun/MANUS-HaGRID", "hagrid_v1", split="train", streaming=True)
11
+ hagrid_v2_test = load_dataset("QFun/MANUS-HaGRID", "hagrid_v2", split="test", streaming=True)
12
+ ```
13
+
14
+ ## MANUS-DexYCB
15
+
16
+ ```python
17
+ from datasets import load_dataset
18
+
19
+ dexycb_test = load_dataset("QFun/MANUS-DexYCB", "dexycb", split="test", streaming=True)
20
+ ```
21
+
22
+ The official Hugging Face organization/user namespace is `QFun`.
docs/release_policy.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MANUS Release Policy
2
+
3
+ MANUS is published as a family of source-specific repositories rather than one monolithic payload repository because the source datasets use different license terms.
4
+
5
+ ## Current Public Layout
6
+
7
+ - `MANUS`: landing/index repository; no data payload.
8
+ - `MANUS-HaGRID`: HaGRID/HaGRIDv2-derived payload repository.
9
+ - `MANUS-DexYCB`: DexYCB-derived payload repository.
10
+
11
+ ## Policy
12
+
13
+ 1. Do not merge source datasets with incompatible licenses into one payload repository.
14
+ 2. Keep source-specific data files, manifests, license notices, and citations in their own repositories.
15
+ 3. Use this landing repository to document shared schema conventions, loading examples, and the license matrix.
16
+ 4. Public manifests should avoid local absolute build paths.
17
+ 5. Each payload repository must include its own checksum file and source license metadata.
metadata/checksums.sha256 ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ 63288b6a5fea467f7ceba4da62af48497b7ddc1abf4fa01ba4e93d60a5a031f0 docs/annotation_schema.md
2
+ e00d54f49e4ce41e17dd0f5d184fd8f3576c10cb5425d368a418d880e8fabe25 docs/license_matrix.md
3
+ bde67e4ad9b04c04c090674096474111b2806048c3f88fac31fd9268530ee7d1 docs/loading_all_subsets.md
4
+ e21211d773b129e5dd05c600420e99db8e765913a38c588329ecddad3f515da0 docs/release_policy.md
5
+ 9921a1d76ced0f6f6837a05bf8c525fc04fea4d46b69a97d0b425d7e9491a6f6 LICENSE
6
+ 500f1d4843c445755e09777ef619e798ee3fb79eeb0abdf897f811120b1ae614 metadata/license_matrix.csv
7
+ 03c458582f3ec651e4dbf73dc5d5a0e36bf80b117a18443bb1541dda41bc69ea metadata/release_index.json
8
+ 8ad97efa5c0ca7fe724fa34aa01a6eb734c218b92afeb4ef691d1bcebc1cd07c README.md
9
+ 4828e83e2fec5a4891bbe6592343cb36b0425da81975c52b48330733ff8e15f9 scripts/load_manus_family.py
metadata/license_matrix.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ manus_release,source_dataset,contains_source_pixels,hf_license_metadata,license_name,use_constraints,payload_repo
2
+ MANUS-HaGRID,HaGRID / HaGRIDv2,true,other,hagrid-specific-cc-by-sa-4.0-variant,HaGRID-specific Creative Commons Attribution-ShareAlike 4.0 variant,QFun/MANUS-HaGRID
3
+ MANUS-DexYCB,DexYCB,true,cc-by-nc-4.0,Creative Commons Attribution-NonCommercial 4.0 International,Non-commercial use only,QFun/MANUS-DexYCB
metadata/release_index.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_family": "Multimodal Annotated Naturalistic Hand Understanding (MANUS)",
3
+ "repo_role": "landing/index repository",
4
+ "hosts_payload_data": false,
5
+ "license_policy": "per-source licenses; no single dataset-wide license",
6
+ "available_releases": [
7
+ {
8
+ "name": "MANUS-HaGRID",
9
+ "source_datasets": [
10
+ "HaGRID",
11
+ "HaGRIDv2"
12
+ ],
13
+ "configs": [
14
+ "hagrid_v1",
15
+ "hagrid_v2"
16
+ ],
17
+ "splits": [
18
+ "train",
19
+ "test"
20
+ ],
21
+ "license_metadata": "other",
22
+ "license_name": "hagrid-specific-cc-by-sa-4.0-variant",
23
+ "sample_count": 80476,
24
+ "hf_repo_id": "QFun/MANUS-HaGRID"
25
+ },
26
+ {
27
+ "name": "MANUS-DexYCB",
28
+ "source_datasets": [
29
+ "DexYCB"
30
+ ],
31
+ "configs": [
32
+ "dexycb"
33
+ ],
34
+ "splits": [
35
+ "test"
36
+ ],
37
+ "license_metadata": "cc-by-nc-4.0",
38
+ "license_name": "Creative Commons Attribution-NonCommercial 4.0 International",
39
+ "sample_count": 7836,
40
+ "hf_repo_id": "QFun/MANUS-DexYCB"
41
+ }
42
+ ]
43
+ }
scripts/load_manus_family.py ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Minimal loading examples for the MANUS dataset family.
2
+
3
+ The official Hugging Face namespace is `QFun`.
4
+ """
5
+
6
+ from datasets import load_dataset
7
+
8
+ HF_ORG = "QFun"
9
+
10
+ hagrid_v2_test = load_dataset(f"{HF_ORG}/MANUS-HaGRID", "hagrid_v2", split="test", streaming=True)
11
+ dexycb_test = load_dataset(f"{HF_ORG}/MANUS-DexYCB", "dexycb", split="test", streaming=True)
12
+
13
+ print(next(iter(hagrid_v2_test)).keys())
14
+ print(next(iter(dexycb_test)).keys())