QFun commited on
Commit
e6361b4
·
verified ·
1 Parent(s): 137e146

Add files using upload-large-folder tool

Browse files
DexYCB_test_prompt.txt ADDED
The diff for this file is too large to render. See raw diff
 
LICENSE ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ MANUS-DexYCB is derived from DexYCB.
2
+
3
+ DexYCB-derived source RGB images, crops, resized images, depth maps, and visual derivatives are governed by the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).
4
+
5
+ Commercial use is not permitted unless separately authorized by the DexYCB rights holders.
6
+
7
+ This repository does not grant any rights beyond those granted by the upstream DexYCB license. Users are responsible for complying with the upstream license, attribution requirements, change notices, and applicable laws.
8
+
9
+ Please cite both MANUS / HanDrawer and the original DexYCB dataset when using this dataset.
README.md ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "MANUS-DexYCB: DexYCB-derived Multimodal Annotated Naturalistic Hand Understanding Dataset"
3
+ license: cc-by-nc-4.0
4
+ tags:
5
+ - image
6
+ - depth-estimation
7
+ - hand-pose
8
+ - hand-gesture
9
+ - 3d
10
+ - mano
11
+ - multimodal
12
+ - multi-view
13
+ - webdataset
14
+ - computer-vision
15
+ task_categories:
16
+ - image-to-image
17
+ - object-detection
18
+ - image-classification
19
+ configs:
20
+ - config_name: dexycb
21
+ data_files:
22
+ - split: test
23
+ path: data/dexycb/test/*.tar
24
+ gated: true
25
+ extra_gated_prompt: >-
26
+ By requesting access, you acknowledge that MANUS-DexYCB is derived from
27
+ DexYCB and is licensed for non-commercial use under CC BY-NC 4.0.
28
+ extra_gated_fields:
29
+ I agree to use this dataset for non-commercial purposes only: checkbox
30
+ ---
31
+
32
+ # MANUS-DexYCB: DexYCB-derived Multimodal Annotated Naturalistic Hand Understanding Dataset
33
+
34
+ **MANUS-DexYCB** is the DexYCB-derived subset of the Multimodal Annotated Naturalistic Hand Understanding (MANUS) dataset family. It is released as a source-specific repository because MANUS subsets are governed by different upstream licenses.
35
+
36
+ This repository contains only the DexYCB-derived MANUS test split. HaGRID/HaGRIDv2-derived data is released separately as MANUS-HaGRID.
37
+
38
+ ## Dataset Features in This Release
39
+
40
+ MANUS-DexYCB provides the following modalities where available:
41
+
42
+ - full-scene RGB image;
43
+ - full-scene depth map;
44
+ - hand-region RGB crop;
45
+ - hand-region depth map;
46
+ - 2D bounding boxes for hand regions;
47
+ - estimated MANO-style hand mesh annotations or related mesh metadata;
48
+ - rendered mesh views from six canonical viewpoints: front, rear, left, right, top, and bottom;
49
+ - primary and complementary mesh projection views where available;
50
+ - companion text prompts describing image content, provided as the split-level prompt file listed below;
51
+ - per-sample metadata recording source dataset, source id, split, available modalities, and license metadata.
52
+
53
+ Text prompts are provided in `DexYCB_test_prompt.txt` as a companion split-level file.
54
+
55
+ ## Configs and Splits
56
+
57
+ | Config/Split | Samples | WebDataset shards | Size |
58
+ |---|---:|---:|---:|
59
+ | `dexycb/test` | 7,836 | 7 | 5.58 GB |
60
+
61
+ The canonical sample count is based on `DexYCB_test_OG_image_paths.txt`; other modalities are aligned to this OG image list.
62
+
63
+ ## Data Format
64
+
65
+ Data is stored as uncompressed WebDataset tar shards. Files belonging to the same sample share the same prefix:
66
+
67
+ ```text
68
+ dexycb_test_000001_processed_000001.json
69
+ dexycb_test_000001_processed_000001.full_rgb.png
70
+ dexycb_test_000001_processed_000001.full_depth.png
71
+ dexycb_test_000001_processed_000001.hand_rgb.png
72
+ dexycb_test_000001_processed_000001.hand_depth.png
73
+ dexycb_test_000001_processed_000001.hand_bbox.json
74
+ dexycb_test_000001_processed_000001.vertices.json
75
+ dexycb_test_000001_processed_000001.mesh_front.png
76
+ ```
77
+
78
+ The per-sample `.json` member records source and license metadata, source id, split, available modalities, and the number of files available for that sample. See `docs/data_structure.md` and `docs/annotation_format.md` for details.
79
+
80
+ ## Text Prompt Files
81
+
82
+ The following companion prompt file has been added at the repository root:
83
+
84
+ | File | Split | Records/Lines | Format | Notes |
85
+ |---|---|---:|---|---|
86
+ | `DexYCB_test_prompt.txt` | `dexycb/test` | 7,836 | TXT | One text prompt per line, aligned to the canonical DexYCB test OG image order. |
87
+
88
+ Prompt files are optional companion annotations and are not packed into the WebDataset shards. Use this file when text conditioning or image-content descriptions are needed.
89
+
90
+ ## Metadata Files
91
+
92
+ - `metadata/dexycb_manifest.parquet`
93
+ - `metadata/dexycb_manifest.csv`
94
+ - `metadata/dexycb_manifest.jsonl`
95
+ - `metadata/source_licenses.csv`
96
+ - `metadata/release_schema.json`
97
+ - `metadata/release_report.json`
98
+ - `metadata/checksums.sha256`
99
+ - `DexYCB_test_prompt.txt`
100
+
101
+ The public manifest files do not contain local absolute source paths. They contain portable source and audit metadata, including sample id, source id, source license, available modalities, and shard path.
102
+
103
+ ## Loading
104
+
105
+ See `docs/loading_examples.md`.
106
+
107
+ ## Source Dataset Reference
108
+
109
+ This release is derived from DexYCB. Please acknowledge the upstream DexYCB dataset when using MANUS-DexYCB.
110
+
111
+ ```bibtex
112
+ @inproceedings{chao2021dexycb,
113
+ title={DexYCB: A benchmark for capturing hand grasping of objects},
114
+ author={Chao, Yu-Wei and Yang, Wei and Xiang, Yu and Molchanov, Pavlo and Handa, Ankur and Tremblay, Jonathan and Narang, Yashraj S and Van Wyk, Karl and Iqbal, Umar and Birchfield, Stan and others},
115
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
116
+ pages={9044--9053},
117
+ year={2021}
118
+ }
119
+ ```
120
+
121
+ ## Citation
122
+
123
+ If you use MANUS-DexYCB, please cite both the MANUS / HanDrawer work and the upstream DexYCB dataset.
124
+
125
+ ### MANUS / HanDrawer
126
+
127
+ ```bibtex
128
+ @misc{fu2025handrawer,
129
+ title = {HanDrawer: Leveraging Spatial Information to Render Realistic Hands Using a Conditional Diffusion Model in Single Stage},
130
+ author = {Qifan Fu and Xu Chen and Muhammad Asad and Shanxin Yuan and Changjae Oh and Gregory Slabaugh},
131
+ year = {2025},
132
+ eprint = {2503.02127},
133
+ archivePrefix = {arXiv},
134
+ primaryClass = {cs.CV},
135
+ doi = {10.48550/arXiv.2503.02127},
136
+ url = {https://arxiv.org/abs/2503.02127}
137
+ }
138
+ ```
139
+
140
+ ### DexYCB
141
+
142
+ Use the DexYCB citation listed in the source dataset reference above.
143
+
144
+ ## License
145
+
146
+ MANUS-DexYCB is derived from DexYCB and is distributed under **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)**. Commercial use is not permitted unless separately authorized by the DexYCB rights holders.
147
+
148
+ This repository does not grant any rights beyond those granted by the upstream DexYCB license. Users are responsible for complying with the upstream license, attribution requirements, change notices, and applicable laws.
149
+
150
+ ## Intended Uses
151
+
152
+ MANUS-DexYCB is intended for research on hand-object interaction, hand-aware image generation, 2D/3D hand understanding, depth estimation, and multimodal hand representation learning.
153
+
154
+ ## Out-of-Scope Uses
155
+
156
+ This dataset should not be used for biometric identification, person recognition, surveillance, or privacy-invasive applications.
157
+
158
+ ## Privacy and Takedown
159
+
160
+ MANUS-DexYCB is derived from images of people interacting with objects. Some images may include identifiable visual context. If you are a rights holder or data subject and request removal of a sample, please contact the dataset maintainers through the repository contact channel.
161
+
162
+ ## Related MANUS Repositories
163
+
164
+ - MANUS landing page: `MANUS`
165
+ - MANUS-HaGRID: HaGRID/HaGRIDv2-derived MANUS release
166
+
167
+ This repository contains only DexYCB-derived data.
data/dexycb/test/dexycb-test-000000.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1908a73bafc58985dc0e039763edbc721aad6114a0ca76ec91aac5f24e783397
3
+ size 974182400
data/dexycb/test/dexycb-test-000000.tar.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efadd268be446b7dd6ebd2194f244fcb497a04ae575a1ced888ca21e2b271c8e
3
+ size 260
data/dexycb/test/dexycb-test-000001.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c1c47433bdf2beebbd956bcf24c1fee9c6761eb9b0e3ea39fc83706f0d4dd40
3
+ size 974673920
data/dexycb/test/dexycb-test-000001.tar.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c266132d1e2151dbfda0381be5aba9bdc6dfc7ab5a6f885a0511a5fb5997125
3
+ size 263
data/dexycb/test/dexycb-test-000002.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a13da605fa9158564057f8d5bffeaecc9b515164b3d25364c41ab97f3e0f2371
3
+ size 973086720
data/dexycb/test/dexycb-test-000002.tar.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57f70a879a0bf90ae423f2fc9d67ff4c382c0a0db11439ff45eaa6bdc9913375
3
+ size 263
data/dexycb/test/dexycb-test-000003.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62835620e9df06369571312d595617c28df8ef39d179637cc256ce6e68e5a2be
3
+ size 973342720
data/dexycb/test/dexycb-test-000003.tar.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ce1ed9538c58d72e570965f23096fbd69e3074002ca243da7b1a1bce3ca9944
3
+ size 263
data/dexycb/test/dexycb-test-000004.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb9cc490d46f4b90d407160f9305143d9979324604a49aed697ef717a61c21e
3
+ size 975933440
data/dexycb/test/dexycb-test-000004.tar.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eba6b4fcde2cac935844ab134dbc6a0cb22d377b9c87ce20372db0c9e2613bf
3
+ size 263
data/dexycb/test/dexycb-test-000005.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fe2c6fc9a76b0c36f91b761791a3d65eb6ac213a9069e1f663ecb8795556b78
3
+ size 972359680
data/dexycb/test/dexycb-test-000005.tar.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:603874385ae8193ff938b3ba3140419fe699cdc9d27b1f8b33241cdc63f9434a
3
+ size 263
data/dexycb/test/dexycb-test-000006.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d47b3c8fd817d841b461db21e60d12972c17b91a1cc084e8ef920d35ecd0bb1
3
+ size 149207040
data/dexycb/test/dexycb-test-000006.tar.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2751af0f700862d010d5ba33b3e3ca4fb0911117667c9b39756889799228e91
3
+ size 260
docs/annotation_format.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MANUS-DexYCB Annotation Format
2
+
3
+ Each WebDataset sample contains a `.json` metadata member plus the available multimodal files for that sample.
4
+
5
+ ## Per-Sample JSON Fields
6
+
7
+ ```json
8
+ {
9
+ "manus_sample_id": "dexycb_test_000001_processed_000001",
10
+ "config": "dexycb",
11
+ "split": "test",
12
+ "source_dataset": "DexYCB",
13
+ "source_version": "DexYCB",
14
+ "source_split": "test",
15
+ "source_image_id": "000001_processed_000001",
16
+ "source_license_id": "cc-by-nc-4.0",
17
+ "source_license_name": "Creative Commons Attribution-NonCommercial 4.0 International",
18
+ "contains_source_pixels": true,
19
+ "processing_pipeline_version": "manus-dexycb-v1.0",
20
+ "available_files": ["full_rgb", "full_depth", "hand_rgb", "hand_depth", "vertices", "mesh_front"]
21
+ }
22
+ ```
23
+
24
+ ## Modalities
25
+
26
+ - `full_rgb.png`: original full-scene RGB image converted to PNG.
27
+ - `full_depth.png`: full-scene depth map.
28
+ - `hand_rgb.png`: hand-region RGB crop.
29
+ - `hand_depth.png`: hand-region depth crop.
30
+ - `hand_bbox.json`: hand-region bounding box for the RGB crop.
31
+ - `hand_depth_bbox.json`: hand-region bounding box for the depth crop.
32
+ - `vertices.json`: local hand mesh vertices and merged bounding-box metadata.
33
+ - `mesh_front.png`, `mesh_back.png`, `mesh_left.png`, `mesh_right.png`, `mesh_top.png`, `mesh_bottom.png`: six canonical rendered mesh views.
34
+ - `six_view_bbox_*.json`: bounding boxes for canonical rendered mesh views.
35
+ - `extra_view_image_primary.png`, `extra_view_image_complementary.png`: selected primary/complementary projection views.
36
+ - `extra_view_bbox_primary.json`, `extra_view_bbox_complementary.json`: bounding boxes for selected projection views.
37
+
38
+ Not every future MANUS subset will expose the same modality set; check `available_files` and the manifest for each sample.
docs/data_structure.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MANUS-DexYCB Release Structure
2
+
3
+ This release is organized as one Hugging Face dataset repository for the DexYCB-derived MANUS subset.
4
+
5
+ ```text
6
+ MANUS-DexYCB
7
+ |-- README.md
8
+ |-- LICENSE
9
+ |-- data
10
+ | `-- dexycb
11
+ | `-- test/*.tar
12
+ |-- metadata
13
+ | |-- dexycb_manifest.parquet
14
+ | |-- dexycb_manifest.csv
15
+ | |-- dexycb_manifest.jsonl
16
+ | |-- source_licenses.csv
17
+ | |-- release_schema.json
18
+ | |-- release_report.json
19
+ | `-- checksums.sha256
20
+ |-- docs
21
+ | |-- data_structure.md
22
+ | |-- annotation_format.md
23
+ | |-- loading_examples.md
24
+ | `-- processing_pipeline.md
25
+ `-- scripts
26
+ |-- audit_sources.py
27
+ `-- verify_checksums.py
28
+ ```
29
+
30
+ ## WebDataset Naming
31
+
32
+ Tar shards are stored under `data/dexycb/test/` and named `dexycb-test-000000.tar`, `dexycb-test-000001.tar`, and so on.
33
+
34
+ Within each tar, files belonging to the same sample share a common prefix such as `dexycb_test_000001_processed_000001`.
35
+
36
+ ## Public Metadata
37
+
38
+ Public manifests do not contain local absolute source paths. They record portable sample metadata, available modalities, source dataset/license fields, and the relative shard path.
docs/loading_examples.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Loading MANUS-DexYCB Examples
2
+
3
+ ## With WebDataset
4
+
5
+ ```python
6
+ import json
7
+ import webdataset as wds
8
+
9
+ dataset = wds.WebDataset("data/dexycb/test/dexycb-test-{000000..000007}.tar")
10
+
11
+ for sample in dataset:
12
+ meta_key = next(k for k in sample if k.endswith(".json"))
13
+ meta = json.loads(sample[meta_key].decode("utf-8"))
14
+ print(meta["manus_sample_id"], meta["available_files"])
15
+ break
16
+ ```
17
+
18
+ ## After Hugging Face Upload
19
+
20
+ ```python
21
+ from datasets import load_dataset
22
+
23
+ ds = load_dataset("QFun/MANUS-DexYCB", "dexycb", split="test", streaming=True)
24
+ first = next(iter(ds))
25
+ print(first.keys())
26
+ ```
27
+
28
+ Official Hugging Face repository id: `QFun/MANUS-DexYCB`.
docs/processing_pipeline.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MANUS-DexYCB Processing Pipeline
2
+
3
+ The release is constructed from the local DexYCB source directory in read-only mode.
4
+
5
+ 1. Use `DexYCB_test_OG_image_paths.txt` as the canonical sample list.
6
+ 2. Map each OG image id to aligned depth, hand crop, hand-depth crop, bbox, mesh vertices, six-view mesh renderings, and projection-view files by deterministic filename rules.
7
+ 3. Filter all modalities to the canonical OG image ids.
8
+ 4. Package the aligned files into uncompressed WebDataset tar shards under `data/dexycb/test/`.
9
+ 5. Write public manifests without local absolute source paths.
10
+ 6. Write checksums for all release files.
11
+
12
+ The source dataset directory is not modified by this pipeline.
metadata/checksums.sha256 ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 1908a73bafc58985dc0e039763edbc721aad6114a0ca76ec91aac5f24e783397 data/dexycb/test/dexycb-test-000000.tar
2
+ efadd268be446b7dd6ebd2194f244fcb497a04ae575a1ced888ca21e2b271c8e data/dexycb/test/dexycb-test-000000.tar.json
3
+ 8c1c47433bdf2beebbd956bcf24c1fee9c6761eb9b0e3ea39fc83706f0d4dd40 data/dexycb/test/dexycb-test-000001.tar
4
+ 7c266132d1e2151dbfda0381be5aba9bdc6dfc7ab5a6f885a0511a5fb5997125 data/dexycb/test/dexycb-test-000001.tar.json
5
+ a13da605fa9158564057f8d5bffeaecc9b515164b3d25364c41ab97f3e0f2371 data/dexycb/test/dexycb-test-000002.tar
6
+ 57f70a879a0bf90ae423f2fc9d67ff4c382c0a0db11439ff45eaa6bdc9913375 data/dexycb/test/dexycb-test-000002.tar.json
7
+ 62835620e9df06369571312d595617c28df8ef39d179637cc256ce6e68e5a2be data/dexycb/test/dexycb-test-000003.tar
8
+ 3ce1ed9538c58d72e570965f23096fbd69e3074002ca243da7b1a1bce3ca9944 data/dexycb/test/dexycb-test-000003.tar.json
9
+ 3bb9cc490d46f4b90d407160f9305143d9979324604a49aed697ef717a61c21e data/dexycb/test/dexycb-test-000004.tar
10
+ 2eba6b4fcde2cac935844ab134dbc6a0cb22d377b9c87ce20372db0c9e2613bf data/dexycb/test/dexycb-test-000004.tar.json
11
+ 4fe2c6fc9a76b0c36f91b761791a3d65eb6ac213a9069e1f663ecb8795556b78 data/dexycb/test/dexycb-test-000005.tar
12
+ 603874385ae8193ff938b3ba3140419fe699cdc9d27b1f8b33241cdc63f9434a data/dexycb/test/dexycb-test-000005.tar.json
13
+ 4d47b3c8fd817d841b461db21e60d12972c17b91a1cc084e8ef920d35ecd0bb1 data/dexycb/test/dexycb-test-000006.tar
14
+ f2751af0f700862d010d5ba33b3e3ca4fb0911117667c9b39756889799228e91 data/dexycb/test/dexycb-test-000006.tar.json
15
+ 138c1be13e186e3543f2f8fe3658ade02f53932c1dbe4ae1b5846c02f20b3095 DexYCB_test_prompt.txt
16
+ f03ebe1ee9eb51c037b4f80f15ce65cf507979e13889688ca2569e4718e63912 docs/annotation_format.md
17
+ a145a3510ace9346c4e70160822842df7dd8635ef91697dcd5c51e9403e0eb04 docs/data_structure.md
18
+ 9537e8b4d9c7735fa8f19d3e46083da43f9d40cd587687987f483f2a9ca2dd2b docs/loading_examples.md
19
+ 39b9f59cd4958e374daa219639214880687c44fe3b06b634696f32d15bf75e00 docs/processing_pipeline.md
20
+ f9e2bfaeceb9ef62f7208436c64d23e63dc7c23f1158882517dab90a1b5d85b2 LICENSE
21
+ 0470230ff83e1ce1dfb01413d24255217e0b3bd1b7db20877c0d2e63db85b647 metadata/dexycb_manifest.csv
22
+ 6fc58bad160ecb69e1fbb66526f8413944a172453cd7ae714c717d53e9c3afd4 metadata/dexycb_manifest.jsonl
23
+ 6f62e5d461d186e2e49b0c8c421807555fa608e25d989ff9bcff43f553b28940 metadata/dexycb_manifest.parquet
24
+ 5cefcb69164fdb43bde06ea1ca0f8460c61605589f5283c589c8283aeaded67e metadata/release_report.json
25
+ b4ca79ec8a42f4221303a2e08a2b9635d5531bf53e60c5cc6250e251335768a2 metadata/release_schema.json
26
+ 848bc824e993334c1dccf0c21f4c4c19c7b662e30c50181f60262398e1d0d9a6 metadata/source_licenses.csv
27
+ e974ad80752e8e7826d6231c6318f59cb33adbddf7ddc7e43170584fd6471787 README.md
28
+ 1b9732b6bffc8a1384b9ce10d34942ea03a3b3622bece108a76f828ffd54f336 scripts/audit_sources.py
29
+ 77a53d968eccb04736fc62454a1ea8d55f412717c849020034ed7b03ab87b154 scripts/verify_checksums.py
metadata/dexycb_manifest.csv ADDED
The diff for this file is too large to render. See raw diff
 
metadata/dexycb_manifest.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
metadata/dexycb_manifest.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f62e5d461d186e2e49b0c8c421807555fa608e25d989ff9bcff43f553b28940
3
+ size 199719
metadata/release_report.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "created_by": "Codex data release preparation",
3
+ "dataset_name": "MANUS-DexYCB",
4
+ "dataset_family": "Multimodal Annotated Naturalistic Hand Understanding (MANUS)",
5
+ "sample_counts": {
6
+ "dexycb/test": 7836
7
+ },
8
+ "modality_presence": {
9
+ "dexycb/test": {
10
+ "extra_view_bbox_complementary": {
11
+ "present": 7836,
12
+ "missing": 0
13
+ },
14
+ "extra_view_bbox_primary": {
15
+ "present": 7836,
16
+ "missing": 0
17
+ },
18
+ "extra_view_image_complementary": {
19
+ "present": 7836,
20
+ "missing": 0
21
+ },
22
+ "extra_view_image_primary": {
23
+ "present": 7836,
24
+ "missing": 0
25
+ },
26
+ "full_depth": {
27
+ "present": 7836,
28
+ "missing": 0
29
+ },
30
+ "full_rgb": {
31
+ "present": 7836,
32
+ "missing": 0
33
+ },
34
+ "hand_bbox": {
35
+ "present": 7836,
36
+ "missing": 0
37
+ },
38
+ "hand_depth": {
39
+ "present": 7836,
40
+ "missing": 0
41
+ },
42
+ "hand_depth_bbox": {
43
+ "present": 7836,
44
+ "missing": 0
45
+ },
46
+ "hand_rgb": {
47
+ "present": 7836,
48
+ "missing": 0
49
+ },
50
+ "mesh_back": {
51
+ "present": 7836,
52
+ "missing": 0
53
+ },
54
+ "mesh_bottom": {
55
+ "present": 7836,
56
+ "missing": 0
57
+ },
58
+ "mesh_front": {
59
+ "present": 7836,
60
+ "missing": 0
61
+ },
62
+ "mesh_left": {
63
+ "present": 7836,
64
+ "missing": 0
65
+ },
66
+ "mesh_right": {
67
+ "present": 7836,
68
+ "missing": 0
69
+ },
70
+ "mesh_top": {
71
+ "present": 7836,
72
+ "missing": 0
73
+ },
74
+ "six_view_bbox_back": {
75
+ "present": 7836,
76
+ "missing": 0
77
+ },
78
+ "six_view_bbox_bottom": {
79
+ "present": 7836,
80
+ "missing": 0
81
+ },
82
+ "six_view_bbox_front": {
83
+ "present": 7836,
84
+ "missing": 0
85
+ },
86
+ "six_view_bbox_left": {
87
+ "present": 7836,
88
+ "missing": 0
89
+ },
90
+ "six_view_bbox_right": {
91
+ "present": 7836,
92
+ "missing": 0
93
+ },
94
+ "six_view_bbox_top": {
95
+ "present": 7836,
96
+ "missing": 0
97
+ },
98
+ "vertices": {
99
+ "present": 7836,
100
+ "missing": 0
101
+ }
102
+ }
103
+ },
104
+ "shards": [
105
+ {
106
+ "config": "dexycb",
107
+ "split": "test",
108
+ "shard": "data/dexycb/test/dexycb-test-000000.tar",
109
+ "row_start": 0,
110
+ "row_end": 1271,
111
+ "sample_count": 1272,
112
+ "file_count": 30528,
113
+ "payload_bytes_estimate": 1073684905,
114
+ "size_bytes": 974182400
115
+ },
116
+ {
117
+ "config": "dexycb",
118
+ "split": "test",
119
+ "shard": "data/dexycb/test/dexycb-test-000001.tar",
120
+ "row_start": 1272,
121
+ "row_end": 2536,
122
+ "sample_count": 1265,
123
+ "file_count": 30360,
124
+ "payload_bytes_estimate": 1073613286,
125
+ "size_bytes": 974673920
126
+ },
127
+ {
128
+ "config": "dexycb",
129
+ "split": "test",
130
+ "shard": "data/dexycb/test/dexycb-test-000002.tar",
131
+ "row_start": 2537,
132
+ "row_end": 3816,
133
+ "sample_count": 1280,
134
+ "file_count": 30720,
135
+ "payload_bytes_estimate": 1073172646,
136
+ "size_bytes": 973086720
137
+ },
138
+ {
139
+ "config": "dexycb",
140
+ "split": "test",
141
+ "shard": "data/dexycb/test/dexycb-test-000003.tar",
142
+ "row_start": 3817,
143
+ "row_end": 5098,
144
+ "sample_count": 1282,
145
+ "file_count": 30768,
146
+ "payload_bytes_estimate": 1073645190,
147
+ "size_bytes": 973342720
148
+ },
149
+ {
150
+ "config": "dexycb",
151
+ "split": "test",
152
+ "shard": "data/dexycb/test/dexycb-test-000004.tar",
153
+ "row_start": 5099,
154
+ "row_end": 6348,
155
+ "sample_count": 1250,
156
+ "file_count": 30000,
157
+ "payload_bytes_estimate": 1073657851,
158
+ "size_bytes": 975933440
159
+ },
160
+ {
161
+ "config": "dexycb",
162
+ "split": "test",
163
+ "shard": "data/dexycb/test/dexycb-test-000005.tar",
164
+ "row_start": 6349,
165
+ "row_end": 7636,
166
+ "sample_count": 1288,
167
+ "file_count": 30912,
168
+ "payload_bytes_estimate": 1073086132,
169
+ "size_bytes": 972359680
170
+ },
171
+ {
172
+ "config": "dexycb",
173
+ "split": "test",
174
+ "shard": "data/dexycb/test/dexycb-test-000006.tar",
175
+ "row_start": 7637,
176
+ "row_end": 7835,
177
+ "sample_count": 199,
178
+ "file_count": 4776,
179
+ "payload_bytes_estimate": 164770579,
180
+ "size_bytes": 149207040
181
+ }
182
+ ],
183
+ "total_tar_size_bytes": 5992785920,
184
+ "license": "Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)",
185
+ "source_image_note": "MANUS-DexYCB original-image sources are derived from DexYCB only.",
186
+ "citation": {
187
+ "title": "HanDrawer: Leveraging Spatial Information to Render Realistic Hands Using a Conditional Diffusion Model in Single Stage",
188
+ "arxiv_id": "2503.02127",
189
+ "doi": "10.48550/arXiv.2503.02127",
190
+ "url": "https://arxiv.org/abs/2503.02127"
191
+ },
192
+ "source_dataset_references": [
193
+ {
194
+ "name": "DexYCB",
195
+ "status_in_current_release": "included via the DexYCB-derived MANUS test split",
196
+ "bibtex_key": "chao2021dexycb",
197
+ "citation": {
198
+ "title": "DexYCB: A benchmark for capturing hand grasping of objects",
199
+ "authors": "Yu-Wei Chao, Wei Yang, Yu Xiang, Pavlo Molchanov, Ankur Handa, Jonathan Tremblay, Yashraj S. Narang, Karl Van Wyk, Umar Iqbal, Stan Birchfield, and others",
200
+ "venue": "Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition",
201
+ "pages": "9044--9053",
202
+ "year": 2021
203
+ }
204
+ }
205
+ ],
206
+ "public_manifest_contains_local_paths": false,
207
+ "source_preparation_note": "Source data were read from a local DexYCB preparation directory during release construction; the public manifest does not contain local absolute source paths."
208
+ }
metadata/release_schema.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "WebDataset source manifest v2",
3
+ "primary_key": "sample_id",
4
+ "dataset_name": "MANUS-DexYCB",
5
+ "dataset_family": "Multimodal Annotated Naturalistic Hand Understanding (MANUS)",
6
+ "configs": [
7
+ "dexycb"
8
+ ],
9
+ "splits": [
10
+ "test"
11
+ ],
12
+ "public_manifest_contains_local_paths": false,
13
+ "columns": [
14
+ "config",
15
+ "version",
16
+ "split",
17
+ "sample_id",
18
+ "manus_sample_id",
19
+ "source_dataset",
20
+ "source_version",
21
+ "source_split",
22
+ "source_id",
23
+ "source_image_id",
24
+ "numeric_id",
25
+ "gesture",
26
+ "source_namespace",
27
+ "source_license_id",
28
+ "source_license_name",
29
+ "contains_source_pixels",
30
+ "processing_pipeline_version",
31
+ "available_modalities",
32
+ "file_count",
33
+ "shard",
34
+ "notes"
35
+ ],
36
+ "notes": [
37
+ "This is the DexYCB-derived MANUS source-specific release prepared for Hugging Face.",
38
+ "Public manifests do not contain local absolute source paths.",
39
+ "The canonical sample count is based on DexYCB_test_OG_image_paths.txt."
40
+ ]
41
+ }
metadata/source_licenses.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ source_dataset,source_version,license_id,license_name,license_url,contains_source_pixels,redistribution_basis
2
+ DexYCB,DexYCB,cc-by-nc-4.0,Creative Commons Attribution-NonCommercial 4.0 International,https://creativecommons.org/licenses/by-nc/4.0/,true,upstream public non-commercial license
scripts/audit_sources.py ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from pathlib import Path
2
+ import re
3
+ import pandas as pd
4
+
5
+ allowed_sources = {'DexYCB'}
6
+ drive_path = re.compile(r"^[A-Za-z]:\\")
7
+ for path in Path("metadata").glob('*manifest.parquet'):
8
+ df = pd.read_parquet(path)
9
+ if "source_dataset" not in df.columns:
10
+ raise ValueError(f"{path} is missing source_dataset")
11
+ bad = set(df["source_dataset"].dropna().unique()) - allowed_sources
12
+ if bad:
13
+ raise ValueError(f"{path} contains unexpected sources: {bad}")
14
+ for col in df.columns:
15
+ values = df[col].dropna().astype(str).head(1000)
16
+ if any(drive_path.match(v) or v.startswith("/data/") for v in values):
17
+ raise ValueError(f"{path} column {col} appears to contain local absolute paths")
18
+ print('All MANUS-DexYCB manifests contain only DexYCB portable metadata.')
scripts/verify_checksums.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from pathlib import Path
2
+ import hashlib
3
+
4
+ root = Path(__file__).resolve().parents[1]
5
+ checksum = root / "metadata" / "checksums.sha256"
6
+ errors = []
7
+ for line in checksum.read_text(encoding="utf-8").splitlines():
8
+ if not line.strip():
9
+ continue
10
+ expected, rel = line.split(" ", 1)
11
+ path = root / rel
12
+ h = hashlib.sha256()
13
+ with path.open("rb") as f:
14
+ for chunk in iter(lambda: f.read(8 * 1024 * 1024), b""):
15
+ h.update(chunk)
16
+ actual = h.hexdigest()
17
+ if actual != expected:
18
+ errors.append((rel, expected, actual))
19
+ if errors:
20
+ for rel, expected, actual in errors:
21
+ print(f"MISMATCH {rel}: expected {expected}, got {actual}")
22
+ raise SystemExit(1)
23
+ print("All checksums OK.")