Publish the complete 4,000-take corpus (part 17)
Browse files- README.md +12 -11
- fiftyone.yml +1 -1
- metadata.json +1 -1
- samples.json +0 -0
README.md
CHANGED
|
@@ -8,10 +8,10 @@ configs:
|
|
| 8 |
annotations_creators: []
|
| 9 |
language: en
|
| 10 |
size_categories:
|
| 11 |
-
- n<
|
| 12 |
task_categories:
|
| 13 |
- robotics
|
| 14 |
-
pretty_name: RoboLab-EgoX (FiftyOne multimodal MCAP
|
| 15 |
tags:
|
| 16 |
- fiftyone
|
| 17 |
- multimodal
|
|
@@ -27,9 +27,9 @@ tags:
|
|
| 27 |
|
| 28 |

|
| 29 |
|
| 30 |
-
|
| 31 |
-
[DAVIAN-Robotics/RoboLab-EgoX](https://huggingface.co/datasets/DAVIAN-Robotics/RoboLab-EgoX)
|
| 32 |
-
policy rollouts recorded on NVIDIA's
|
| 33 |
[RoboLab](https://github.com/NVLabs/RoboLab) manipulation benchmark,
|
| 34 |
converted to native multimodal MCAP episodes.
|
| 35 |
|
|
@@ -66,9 +66,10 @@ view = dataset.match({"success": True})
|
|
| 66 |
|
| 67 |
## What you get
|
| 68 |
|
| 69 |
-
-
|
| 70 |
-
- All **28 RoboLab tasks** across **
|
| 71 |
-
- **
|
|
|
|
| 72 |
- Cameras as `foxglove.CompressedVideo`: `/ego-camera` from the wrist,
|
| 73 |
`/exo-left-camera` and `/exo-right-camera` from the exterior views, all
|
| 74 |
640x360 H.264 passed through without re-encoding
|
|
@@ -95,7 +96,7 @@ published `CameraCalibration` describes the 640x360 colour frame, so
|
|
| 95 |
projecting a depth frame to 3D means halving `fx`, `fy`, `cx` and `cy`
|
| 96 |
first.
|
| 97 |
|
| 98 |
-
In
|
| 99 |
hold 80 real frames rather than 81, so all three camera streams are one
|
| 100 |
frame shorter than depth and telemetry. `num_frames` follows the
|
| 101 |
robot-state clock and reports 81.
|
|
@@ -112,8 +113,8 @@ here were recorded and published by
|
|
| 112 |
[DAVIAN-Robotics](https://huggingface.co/DAVIAN-Robotics). This subset is
|
| 113 |
distributed under Apache 2.0 and ships the license text as `LICENSE`.
|
| 114 |
|
| 115 |
-
Changes from the source:
|
| 116 |
-
|
| 117 |
H.264 packets passed through unchanged.
|
| 118 |
|
| 119 |
## Citation
|
|
|
|
| 8 |
annotations_creators: []
|
| 9 |
language: en
|
| 10 |
size_categories:
|
| 11 |
+
- 1K<n<10K
|
| 12 |
task_categories:
|
| 13 |
- robotics
|
| 14 |
+
pretty_name: RoboLab-EgoX (FiftyOne multimodal MCAP)
|
| 15 |
tags:
|
| 16 |
- fiftyone
|
| 17 |
- multimodal
|
|
|
|
| 27 |
|
| 28 |

|
| 29 |
|
| 30 |
+
The complete
|
| 31 |
+
[DAVIAN-Robotics/RoboLab-EgoX](https://huggingface.co/datasets/DAVIAN-Robotics/RoboLab-EgoX)
|
| 32 |
+
corpus, policy rollouts recorded on NVIDIA's
|
| 33 |
[RoboLab](https://github.com/NVLabs/RoboLab) manipulation benchmark,
|
| 34 |
converted to native multimodal MCAP episodes.
|
| 35 |
|
|
|
|
| 66 |
|
| 67 |
## What you get
|
| 68 |
|
| 69 |
+
- 4,000 `.mcap` episodes of 81 frames each at 15 fps, 6.0 hours total
|
| 70 |
+
- All **28 RoboLab tasks** across all **99 background scenes**
|
| 71 |
+
- **632 successful and 3,368 failed** rollouts, labelled, with a median
|
| 72 |
+
of 126 failures per task
|
| 73 |
- Cameras as `foxglove.CompressedVideo`: `/ego-camera` from the wrist,
|
| 74 |
`/exo-left-camera` and `/exo-right-camera` from the exterior views, all
|
| 75 |
640x360 H.264 passed through without re-encoding
|
|
|
|
| 96 |
projecting a depth frame to 3D means halving `fx`, `fy`, `cx` and `cy`
|
| 97 |
first.
|
| 98 |
|
| 99 |
+
In 153 of the 4,000 takes the source mp4s carry a trailing empty packet and
|
| 100 |
hold 80 real frames rather than 81, so all three camera streams are one
|
| 101 |
frame shorter than depth and telemetry. `num_frames` follows the
|
| 102 |
robot-state clock and reports 81.
|
|
|
|
| 113 |
[DAVIAN-Robotics](https://huggingface.co/DAVIAN-Robotics). This subset is
|
| 114 |
distributed under Apache 2.0 and ships the license text as `LICENSE`.
|
| 115 |
|
| 116 |
+
Changes from the source: conversion from mp4 and HDF5 to MCAP, and PNG
|
| 117 |
+
encoding of the depth stacks. Camera streams are the source
|
| 118 |
H.264 packets passed through unchanged.
|
| 119 |
|
| 120 |
## Citation
|
fiftyone.yml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
description:
|
| 2 |
manipulation benchmark, converted to native multimodal MCAP episodes with three
|
| 3 |
camera views, depth, calibration, and success labels
|
| 4 |
fiftyone:
|
|
|
|
| 1 |
+
description: The complete RoboLab-EgoX corpus, 4,000 policy rollouts on NVIDIA's RoboLab
|
| 2 |
manipulation benchmark, converted to native multimodal MCAP episodes with three
|
| 3 |
camera views, depth, calibration, and success labels
|
| 4 |
fiftyone:
|
metadata.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"_id": {"$oid": "
|
|
|
|
| 1 |
+
{"_id": {"$oid": "6a87a4da6cd85f2aa8c22c64"}, "name": "RoboLab-EgoX", "slug": "robolab-egox", "version": "1.22.0", "created_at": {"$date": "2026-08-21T01:07:38.541Z"}, "last_modified_at": {"$date": "2026-08-21T01:07:39.777Z"}, "last_deletion_at": null, "last_loaded_at": {"$date": "2026-08-21T01:07:38.590Z"}, "sample_collection_name": "samples.6a87a4da6cd85f2aa8c22c64", "persistent": false, "media_type": "multimodal", "group_media_types": {}, "tags": ["fiftyone", "multimodal", "mcap", "robotics", "manipulation", "egocentric", "depth", "benchmark"], "info": {}, "app_config": {"dynamic_groups_target_frame_rate": 30, "grid_media_field": "filepath", "media_fallback": false, "media_fields": ["filepath"], "modal_media_field": "filepath", "plugins": {}}, "classes": {}, "default_classes": [], "mask_targets": {}, "default_mask_targets": {}, "skeletons": {}, "camera_intrinsics": {}, "static_transforms": {}, "sample_fields": [{"name": "id", "ftype": "fiftyone.core.fields.ObjectIdField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "_id", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}, {"name": "_rand", "ftype": "fiftyone.core.fields.FloatField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "_rand", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}, {"name": "_dataset_id", "ftype": "fiftyone.core.fields.ObjectIdField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "_dataset_id", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}, {"name": "_media_type", "ftype": "fiftyone.core.fields.StringField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "_media_type", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}, {"name": "last_modified_at", "ftype": "fiftyone.core.fields.DateTimeField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "last_modified_at", "description": null, "info": null, "read_only": true, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}, {"name": "created_at", "ftype": "fiftyone.core.fields.DateTimeField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "created_at", "description": null, "info": null, "read_only": true, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}, {"name": "filepath", "ftype": "fiftyone.core.fields.StringField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "filepath", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}, {"name": "metadata", "ftype": "fiftyone.core.fields.EmbeddedDocumentField", "embedded_doc_type": "fiftyone.core.metadata.Metadata", "subfield": null, "fields": [{"name": "size_bytes", "ftype": "fiftyone.core.fields.IntField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "size_bytes", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}, {"name": "mime_type", "ftype": "fiftyone.core.fields.StringField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "mime_type", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}], "db_field": "metadata", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}, {"name": "tags", "ftype": "fiftyone.core.fields.ListField", "embedded_doc_type": null, "subfield": "fiftyone.core.fields.StringField", "fields": [], "db_field": "tags", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:38.541Z"}}, {"name": "take_name", "ftype": "fiftyone.core.fields.StringField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "take_name", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:39.756Z"}}, {"name": "task", "ftype": "fiftyone.core.fields.StringField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "task", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:39.759Z"}}, {"name": "background", "ftype": "fiftyone.core.fields.StringField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "background", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:39.761Z"}}, {"name": "instruction", "ftype": "fiftyone.core.fields.StringField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "instruction", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:39.764Z"}}, {"name": "success", "ftype": "fiftyone.core.fields.BooleanField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "success", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:39.767Z"}}, {"name": "source_episode", "ftype": "fiftyone.core.fields.StringField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "source_episode", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:39.770Z"}}, {"name": "num_frames", "ftype": "fiftyone.core.fields.IntField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "num_frames", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:39.772Z"}}, {"name": "duration", "ftype": "fiftyone.core.fields.FloatField", "embedded_doc_type": null, "subfield": null, "fields": [], "db_field": "duration", "description": null, "info": null, "read_only": false, "created_at": {"$date": "2026-08-21T01:07:39.775Z"}}], "frame_fields": [], "saved_views": [], "workspaces": [], "annotation_runs": {}, "brain_methods": {}, "evaluations": {}, "runs": {}, "active_label_schemas": [], "label_schemas": {}, "frame_label_schemas": {}}
|
samples.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|