Final Dataset card
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
license: openmdw-1.0
|
| 13 |
---
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
## Dataset Summary
|
| 18 |
|
|
@@ -28,6 +28,23 @@ BridgeData V2 contains robot manipulation behaviors collected across varied tabl
|
|
| 28 |
|
| 29 |
This LeRobot v3 conversion preserves the dataset for workflows that use the LeRobot data loader and Hugging Face Hub-native robotics dataset conventions. The conversion changes the storage layout: frame-level tabular data is stored in Apache Parquet shards, visual observations are stored as MP4 videos, and metadata records the schema, feature statistics, task IDs, episode boundaries, and path templates.
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
### Dataset Sources
|
| 32 |
|
| 33 |
- Repository: https://huggingface.co/datasets/nvidia/bridge_lerobot_v3
|
|
@@ -35,9 +52,7 @@ This LeRobot v3 conversion preserves the dataset for workflows that use the LeRo
|
|
| 35 |
- BridgeData V2 paper: https://arxiv.org/abs/2308.12952
|
| 36 |
- LeRobotDataset v3.0 documentation: https://huggingface.co/docs/lerobot/lerobot-dataset-v3
|
| 37 |
|
| 38 |
-
##
|
| 39 |
-
|
| 40 |
-
### Direct Use
|
| 41 |
|
| 42 |
This dataset is intended for research and development in:
|
| 43 |
|
|
@@ -52,7 +67,16 @@ This dataset is intended for research and development in:
|
|
| 52 |
|
| 53 |
This dataset is not intended to be used as the sole validation source for safety-critical robot deployment. Policies trained on this data should be evaluated in the target environment, with appropriate robot safety controls, before any physical deployment.
|
| 54 |
|
| 55 |
-
## Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
The repository follows the LeRobotDataset v3.0 layout:
|
| 58 |
|
|
@@ -74,7 +98,7 @@ The repository follows the LeRobotDataset v3.0 layout:
|
|
| 74 |
`-- file-*.mp4
|
| 75 |
```
|
| 76 |
|
| 77 |
-
###
|
| 78 |
|
| 79 |
The following values are taken from the repository's `meta/info.json`.
|
| 80 |
|
|
@@ -91,6 +115,8 @@ The following values are taken from the repository's `meta/info.json`.
|
|
| 91 |
|
| 92 |
The upstream BridgeData V2 project describes the source data as collected on a WidowX 250 6DOF robot arm at 5 Hz. The converted repository does not populate `robot_type` in `meta/info.json`.
|
| 93 |
|
|
|
|
|
|
|
| 94 |
### Features
|
| 95 |
|
| 96 |
The following feature schema is declared in `meta/info.json`.
|
|
@@ -155,7 +181,7 @@ This converted repository reports 50,415 episodes in `meta/info.json`; users sho
|
|
| 155 |
|
| 156 |
This repository converts Bridge data into LeRobotDataset v3.0. In v3, multiple episodes can be concatenated into larger Parquet and MP4 shard files, while metadata is used to recover per-episode boundaries and feature statistics. This layout reduces file-system pressure and supports Hub-native loading and streaming workflows.
|
| 157 |
|
| 158 |
-
##
|
| 159 |
|
| 160 |
- The dataset reflects the embodiment, control frequency, camera setup, task distribution, and environments of the source BridgeData V2 collection.
|
| 161 |
- The upstream data is concentrated around tabletop and toy-kitchen manipulation tasks; policies trained only on this dataset may not generalize to other robots, objects, lighting, homes, labs, or industrial settings.
|
|
@@ -163,9 +189,11 @@ This repository converts Bridge data into LeRobotDataset v3.0. In v3, multiple e
|
|
| 163 |
- The repository metadata reports a converted package with fewer episodes than the full upstream BridgeData V2 trajectory count.
|
| 164 |
- This dataset should not be used as the sole basis for validating safe real-world robot behavior.
|
| 165 |
|
| 166 |
-
##
|
|
|
|
|
|
|
| 167 |
|
| 168 |
-
|
| 169 |
|
| 170 |
## Citation
|
| 171 |
|
|
|
|
| 12 |
license: openmdw-1.0
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# BridgeData2 LeRobot v3
|
| 16 |
|
| 17 |
## Dataset Summary
|
| 18 |
|
|
|
|
| 28 |
|
| 29 |
This LeRobot v3 conversion preserves the dataset for workflows that use the LeRobot data loader and Hugging Face Hub-native robotics dataset conventions. The conversion changes the storage layout: frame-level tabular data is stored in Apache Parquet shards, visual observations are stored as MP4 videos, and metadata records the schema, feature statistics, task IDs, episode boundaries, and path templates.
|
| 30 |
|
| 31 |
+
This dataset is ready for commercial or non-commercial uses.
|
| 32 |
+
|
| 33 |
+
## Dataset Owner(s)
|
| 34 |
+
|
| 35 |
+
NVIDIA Corporation
|
| 36 |
+
|
| 37 |
+
## Dataset Creation Date
|
| 38 |
+
|
| 39 |
+
2026-05-26
|
| 40 |
+
|
| 41 |
+
## Version:
|
| 42 |
+
v1.0 <br>
|
| 43 |
+
|
| 44 |
+
## License/Terms of Use
|
| 45 |
+
|
| 46 |
+
This dataset is released under the [OpenMDW1.1](https://openmdw.ai/)
|
| 47 |
+
|
| 48 |
### Dataset Sources
|
| 49 |
|
| 50 |
- Repository: https://huggingface.co/datasets/nvidia/bridge_lerobot_v3
|
|
|
|
| 52 |
- BridgeData V2 paper: https://arxiv.org/abs/2308.12952
|
| 53 |
- LeRobotDataset v3.0 documentation: https://huggingface.co/docs/lerobot/lerobot-dataset-v3
|
| 54 |
|
| 55 |
+
## Intended Use
|
|
|
|
|
|
|
| 56 |
|
| 57 |
This dataset is intended for research and development in:
|
| 58 |
|
|
|
|
| 67 |
|
| 68 |
This dataset is not intended to be used as the sole validation source for safety-critical robot deployment. Policies trained on this data should be evaluated in the target environment, with appropriate robot safety controls, before any physical deployment.
|
| 69 |
|
| 70 |
+
## Dataset Characterization
|
| 71 |
+
**Data Collection Method**
|
| 72 |
+
|
| 73 |
+
[Not Applicable]
|
| 74 |
+
|
| 75 |
+
**Labeling Method**
|
| 76 |
+
|
| 77 |
+
[Not Applicable]
|
| 78 |
+
|
| 79 |
+
## Dataset Format
|
| 80 |
|
| 81 |
The repository follows the LeRobotDataset v3.0 layout:
|
| 82 |
|
|
|
|
| 98 |
`-- file-*.mp4
|
| 99 |
```
|
| 100 |
|
| 101 |
+
### Dataset Quantification
|
| 102 |
|
| 103 |
The following values are taken from the repository's `meta/info.json`.
|
| 104 |
|
|
|
|
| 115 |
|
| 116 |
The upstream BridgeData V2 project describes the source data as collected on a WidowX 250 6DOF robot arm at 5 Hz. The converted repository does not populate `robot_type` in `meta/info.json`.
|
| 117 |
|
| 118 |
+
Total Data Storage: 90 GB
|
| 119 |
+
|
| 120 |
### Features
|
| 121 |
|
| 122 |
The following feature schema is declared in `meta/info.json`.
|
|
|
|
| 181 |
|
| 182 |
This repository converts Bridge data into LeRobotDataset v3.0. In v3, multiple episodes can be concatenated into larger Parquet and MP4 shard files, while metadata is used to recover per-episode boundaries and feature statistics. This layout reduces file-system pressure and supports Hub-native loading and streaming workflows.
|
| 183 |
|
| 184 |
+
## Risks, and Limitations
|
| 185 |
|
| 186 |
- The dataset reflects the embodiment, control frequency, camera setup, task distribution, and environments of the source BridgeData V2 collection.
|
| 187 |
- The upstream data is concentrated around tabletop and toy-kitchen manipulation tasks; policies trained only on this dataset may not generalize to other robots, objects, lighting, homes, labs, or industrial settings.
|
|
|
|
| 189 |
- The repository metadata reports a converted package with fewer episodes than the full upstream BridgeData V2 trajectory count.
|
| 190 |
- This dataset should not be used as the sole basis for validating safe real-world robot behavior.
|
| 191 |
|
| 192 |
+
## Ethical Considerations
|
| 193 |
+
|
| 194 |
+
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. 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.
|
| 195 |
|
| 196 |
+
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|
| 197 |
|
| 198 |
## Citation
|
| 199 |
|