Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,251 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PointWorld-DROID
|
| 2 |
+
|
| 3 |
+
## Dataset Description:
|
| 4 |
+
|
| 5 |
+
PointWorld-DROID is the packaged DROID-derived annotation release used for training and evaluating the 3D world model PointWorld. It contains precomputed 3D annotations derived from the official DROID dataset, including episode-level 3D point trajectories, optimized camera metadata, optional downsampled depth, and the released expert confidence artifact used by the PointWorld DROID evaluation pipeline.
|
| 6 |
+
|
| 7 |
+
This dataset is for research and development only.
|
| 8 |
+
|
| 9 |
+
This Hugging Face repository hosts the packaged release, not the original raw DROID scenes and not prebuilt WebDataset shards. After download, users should restore the packaged archives to the canonical HDF5/JSON layout. From there, they can either use the files directly as 3D annotations or follow the PointWorld repository workflow for integrity checking, conversion, training, and evaluation.
|
| 10 |
+
|
| 11 |
+
## Dataset Owner(s):
|
| 12 |
+
|
| 13 |
+
NVIDIA Corporation & Affiliates
|
| 14 |
+
|
| 15 |
+
## Dataset Creation Date:
|
| 16 |
+
|
| 17 |
+
2026
|
| 18 |
+
|
| 19 |
+
## License/Terms of Use:
|
| 20 |
+
|
| 21 |
+
Dataset package and derived data annotations: CC BY-NC 4.0.
|
| 22 |
+
|
| 23 |
+
Code and model checkpoints are separate artifacts and may be released under different licenses. Please refer to their respective repositories or model cards for their specific terms.
|
| 24 |
+
|
| 25 |
+
## Intended Usage:
|
| 26 |
+
|
| 27 |
+
Research and development for world modeling, 3D vision, and robotic manipulation.
|
| 28 |
+
|
| 29 |
+
This release is intended for two common use cases:
|
| 30 |
+
|
| 31 |
+
1. using the restored data with the released PointWorld codebase, and
|
| 32 |
+
2. using the restored 3D annotations directly, for example to access depth, camera poses, visibility masks, or tracked 3D point trajectories without using the PointWorld training pipeline.
|
| 33 |
+
|
| 34 |
+
## Dataset Characterization
|
| 35 |
+
|
| 36 |
+
**Data Collection Method**
|
| 37 |
+
* Hybrid: Human, Automatic/Sensors
|
| 38 |
+
|
| 39 |
+
**Labeling Method**
|
| 40 |
+
* Automatic/Sensors
|
| 41 |
+
|
| 42 |
+
## Dataset Format
|
| 43 |
+
|
| 44 |
+
The release is distributed in two layers:
|
| 45 |
+
|
| 46 |
+
1. packaged Hugging Face download artifacts:
|
| 47 |
+
- split compressed archives `package.tar.zst.part-*`
|
| 48 |
+
- restore helper script `recover_dataset_from_parts.sh`
|
| 49 |
+
2. restored dataset contents:
|
| 50 |
+
- episode-level HDF5 files (`.h5`)
|
| 51 |
+
- camera metadata JSON sidecars (`.json`)
|
| 52 |
+
- one auxiliary confidence HDF5 file for released DROID evaluation
|
| 53 |
+
|
| 54 |
+
Restored canonical layout:
|
| 55 |
+
|
| 56 |
+
```text
|
| 57 |
+
droid/
|
| 58 |
+
cameras/
|
| 59 |
+
*_cameras.json
|
| 60 |
+
confidence/
|
| 61 |
+
expert_confidence-seed=42.h5
|
| 62 |
+
depth_320x180/
|
| 63 |
+
*_depth.h5
|
| 64 |
+
flows-fs-optimized/
|
| 65 |
+
*_flows.h5
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
Local conversion to WebDataset train/test shards is supported by the PointWorld repository tooling.
|
| 69 |
+
|
| 70 |
+
## Dataset Quantification
|
| 71 |
+
|
| 72 |
+
Current release package counts inspected from the restored release tree:
|
| 73 |
+
|
| 74 |
+
- `42,935` episode-level `*_flows.h5` files
|
| 75 |
+
- `42,935` episode-level `*_depth.h5` files
|
| 76 |
+
- `42,935` camera JSON sidecars
|
| 77 |
+
- `1` released expert-confidence HDF5 file
|
| 78 |
+
- restored size on disk: about `4.65 TB`
|
| 79 |
+
- packaged download size: about `3.91 TB`
|
| 80 |
+
|
| 81 |
+
Each `*_flows.h5` file contains multiple clip groups keyed as `"{start}:{end}"`, so the corpus contains substantially more clips than files.
|
| 82 |
+
|
| 83 |
+
## Reference(s):
|
| 84 |
+
|
| 85 |
+
- Project Website: https://point-world.github.io/
|
| 86 |
+
- Paper: https://arxiv.org/abs/2601.03782
|
| 87 |
+
- Code: https://github.com/NVlabs/PointWorld
|
| 88 |
+
- Original DROID Dataset: https://droid-dataset.github.io/
|
| 89 |
+
- Planned release location: NVIDIA Hugging Face `PointWorld-DROID`
|
| 90 |
+
|
| 91 |
+
## Ethical Considerations:
|
| 92 |
+
|
| 93 |
+
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with the applicable terms of service, developers should work with their internal developer teams to ensure this dataset meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
|
| 94 |
+
|
| 95 |
+
## Packaged Release Layout
|
| 96 |
+
|
| 97 |
+
Archive groups in the packaged release:
|
| 98 |
+
|
| 99 |
+
- `droid/flows-fs-optimized/package.tar.zst.part-*`
|
| 100 |
+
- `droid/depth_320x180/package.tar.zst.part-*`
|
| 101 |
+
- `droid/cameras/package.tar.zst.part-*`
|
| 102 |
+
- `droid/confidence/package.tar.zst.part-*`
|
| 103 |
+
|
| 104 |
+
In the inspected packaged build, these resolved to:
|
| 105 |
+
|
| 106 |
+
- `545` parts for `flows-fs-optimized`
|
| 107 |
+
- `252` parts for `depth_320x180`
|
| 108 |
+
- `1` part for `cameras`
|
| 109 |
+
- `1` part for `confidence`
|
| 110 |
+
|
| 111 |
+
## Restoring The Packaged Release
|
| 112 |
+
|
| 113 |
+
```bash
|
| 114 |
+
huggingface-cli download nvidia/PointWorld-DROID \
|
| 115 |
+
--repo-type dataset \
|
| 116 |
+
--local-dir /path/to/PointWorld-DROID
|
| 117 |
+
|
| 118 |
+
cd /path/to/PointWorld-DROID
|
| 119 |
+
|
| 120 |
+
bash recover_dataset_from_parts.sh \
|
| 121 |
+
--packages . \
|
| 122 |
+
--out /path/to/pointworld_droid_restored \
|
| 123 |
+
--threads 0
|
| 124 |
+
```
|
| 125 |
+
|
| 126 |
+
After restoration, the canonical dataset root is:
|
| 127 |
+
|
| 128 |
+
```text
|
| 129 |
+
/path/to/pointworld_droid_restored/droid
|
| 130 |
+
```
|
| 131 |
+
|
| 132 |
+
## Use With The Released PointWorld Code
|
| 133 |
+
|
| 134 |
+
For end-to-end instructions on integrity checking, HDF5-to-WebDataset conversion, training, and evaluation, please use the [PointWorld GitHub repository](https://github.com/NVlabs/PointWorld).
|
| 135 |
+
|
| 136 |
+
## Direct Use Of The 3D Annotations
|
| 137 |
+
|
| 138 |
+
If you only want the annotations and do not plan to use the PointWorld training code, the restored files can be read directly.
|
| 139 |
+
|
| 140 |
+
### `*_flows.h5`
|
| 141 |
+
|
| 142 |
+
Each DROID flow file is an episode-level HDF5 file. Clip groups are stored under keys of the form `"{start}:{end}"`.
|
| 143 |
+
|
| 144 |
+
Per-clip robot-state datasets typically include:
|
| 145 |
+
|
| 146 |
+
- `gripper_open`: `(T, 1)` `bool`
|
| 147 |
+
- `gripper_pose`: `(T, 7)` `float32`
|
| 148 |
+
- `gripper_positions`: `(T,)` `float32`
|
| 149 |
+
- `joint_positions`: `(T, 7)` `float32`
|
| 150 |
+
- optional arrays such as `joint_velocities` and `joint_torques`
|
| 151 |
+
|
| 152 |
+
Each camera group, such as `camera_20103212_ext`, contains:
|
| 153 |
+
|
| 154 |
+
- `initial_rgb`: `(1,)` HDF5 object dataset containing JPEG bytes
|
| 155 |
+
- `initial_depth`: `(180, 320)` `uint16` depth in millimeters
|
| 156 |
+
- `intrinsic`: `(3, 3)` `float32`
|
| 157 |
+
- `extrinsic`: `(4, 4)` `float32`
|
| 158 |
+
- `scene_flows`: `(T, N, 3)` `float16`
|
| 159 |
+
- `scene_colors`: `(T, N, 3)` `uint8`
|
| 160 |
+
- `scene_normals`: `(T, N, 3)` `int8`
|
| 161 |
+
- `scene_visibility`: `(T, N)` `bool`
|
| 162 |
+
- `scene_depth_valid_mask`: `(T, N)` `bool`
|
| 163 |
+
|
| 164 |
+
Important notes:
|
| 165 |
+
|
| 166 |
+
- DROID flow camera names ending in `_ext` are external cameras.
|
| 167 |
+
- wrist-camera depth may exist in `*_depth.h5`, but wrist-camera point flows are not annotated in `flows-fs-optimized`
|
| 168 |
+
- in these files, `scene_flows` stores tracked 3D point positions over time
|
| 169 |
+
|
| 170 |
+
### `*_depth.h5`
|
| 171 |
+
|
| 172 |
+
Each depth file stores per-frame downsampled depth at `320x180`. Camera groups typically contain:
|
| 173 |
+
|
| 174 |
+
- `depth`: `(F, 180, 320)` `uint16`
|
| 175 |
+
- `timestamps`: `(F,)` `int64`
|
| 176 |
+
|
| 177 |
+
The optional depth package is useful for analysis and downstream research. It is not intended to replace the full raw-to-annotation generation pipeline if your goal is to reproduce PointWorld's annotation generation from raw DROID data.
|
| 178 |
+
|
| 179 |
+
### `*_cameras.json`
|
| 180 |
+
|
| 181 |
+
Each JSON sidecar stores optimized camera metadata for one episode and includes fields such as:
|
| 182 |
+
|
| 183 |
+
- `uuid`
|
| 184 |
+
- `scene_path`
|
| 185 |
+
- `optimization_success`
|
| 186 |
+
- `optimization_summary`
|
| 187 |
+
- one entry per camera serial containing `optimized_extrinsics`
|
| 188 |
+
|
| 189 |
+
The released camera JSONs are retained for optimization-success episodes only.
|
| 190 |
+
|
| 191 |
+
### `expert_confidence-seed=42.h5`
|
| 192 |
+
|
| 193 |
+
This file is an auxiliary DROID evaluation artifact used by the released PointWorld DROID test pipeline. If you are not reproducing the PointWorld filtered DROID metrics, you can ignore it.
|
| 194 |
+
|
| 195 |
+
## Reading The Files In Python
|
| 196 |
+
|
| 197 |
+
```python
|
| 198 |
+
import io
|
| 199 |
+
import h5py
|
| 200 |
+
import numpy as np
|
| 201 |
+
from PIL import Image
|
| 202 |
+
|
| 203 |
+
|
| 204 |
+
def decode_jpeg_object(entry) -> np.ndarray:
|
| 205 |
+
if isinstance(entry, np.ndarray):
|
| 206 |
+
jpeg_bytes = entry.astype(np.uint8, copy=False).tobytes()
|
| 207 |
+
elif isinstance(entry, (bytes, bytearray, memoryview)):
|
| 208 |
+
jpeg_bytes = bytes(entry)
|
| 209 |
+
elif hasattr(entry, "tobytes"):
|
| 210 |
+
jpeg_bytes = entry.tobytes()
|
| 211 |
+
else:
|
| 212 |
+
jpeg_bytes = bytes(entry)
|
| 213 |
+
return np.array(Image.open(io.BytesIO(jpeg_bytes)).convert("RGB"))
|
| 214 |
+
|
| 215 |
+
|
| 216 |
+
path = "/path/to/pointworld_droid_restored/droid/flows-fs-optimized/example_flows.h5"
|
| 217 |
+
|
| 218 |
+
with h5py.File(path, "r") as f:
|
| 219 |
+
clip_key = sorted([k for k in f.keys() if ":" in k])[0]
|
| 220 |
+
clip = f[clip_key]
|
| 221 |
+
cam_key = sorted([k for k in clip.keys() if k.startswith("camera_")])[0]
|
| 222 |
+
cam = clip[cam_key]
|
| 223 |
+
|
| 224 |
+
rgb = decode_jpeg_object(cam["initial_rgb"][0])
|
| 225 |
+
depth_m = cam["initial_depth"][:].astype(np.float32) / 1000.0
|
| 226 |
+
scene_flows = cam["scene_flows"][:].astype(np.float32)
|
| 227 |
+
scene_colors = cam["scene_colors"][:]
|
| 228 |
+
scene_normals = cam["scene_normals"][:].astype(np.float32) / 127.0
|
| 229 |
+
scene_visibility = cam["scene_visibility"][:]
|
| 230 |
+
scene_depth_valid_mask = cam["scene_depth_valid_mask"][:]
|
| 231 |
+
```
|
| 232 |
+
|
| 233 |
+
## Data Notes
|
| 234 |
+
|
| 235 |
+
- `initial_rgb` decodes to standard RGB image values in `[0, 255]`.
|
| 236 |
+
- `initial_depth` and depth stacks are stored as `uint16` millimeters. Convert to meters with `depth_mm.astype(np.float32) / 1000.0`.
|
| 237 |
+
- in tested DROID samples, `initial_depth` included zero-valued pixels, so downstream code should treat zero as potentially missing depth where appropriate
|
| 238 |
+
- `scene_normals` are stored as `int8` using `[-127, 127]` quantization. A typical decode is `normals_i8.astype(np.float32) / 127.0`.
|
| 239 |
+
|
| 240 |
+
## Citation
|
| 241 |
+
|
| 242 |
+
If you use this dataset, please cite the PointWorld paper and the original DROID dataset.
|
| 243 |
+
|
| 244 |
+
```bibtex
|
| 245 |
+
@article{huang2026pointworld,
|
| 246 |
+
title={PointWorld: Scaling 3D World Models for In-The-Wild Robotic Manipulation},
|
| 247 |
+
author={Huang, Wenlong and Chao, Yu-Wei and Mousavian, Arsalan and Liu, Ming-Yu and Fox, Dieter and Mo, Kaichun and Li, Fei-Fei},
|
| 248 |
+
journal={arXiv preprint arXiv:2601.03782},
|
| 249 |
+
year={2026}
|
| 250 |
+
}
|
| 251 |
+
```
|