Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,10 @@ Ported from raw 1.0.1 data at full resolution to LeRobotDataset v3.0 format (0.2
|
|
| 25 |
|
| 26 |
For the successful episodes, see [jnogga/droid_success](https://huggingface.co/datasets/jnogga/droid_success).
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
## Dataset Structure
|
| 29 |
|
| 30 |
The external cameras are assigned to left and right views depending on the episode. For their extrinsics, the source is given along with the corresponding metric and score.
|
|
@@ -37,12 +41,12 @@ The external cameras are assigned to left and right views depending on the episo
|
|
| 37 |
"data_files_size_in_mb": 100.0,
|
| 38 |
"video_files_size_in_mb": 200.0,
|
| 39 |
"robot_type": "franka_emika_panda_robotiq_2F-85",
|
| 40 |
-
"total_episodes":
|
| 41 |
-
"total_frames":
|
| 42 |
-
"total_tasks":
|
| 43 |
"chunks_size": 1000,
|
| 44 |
"splits": {
|
| 45 |
-
"train": "0:
|
| 46 |
},
|
| 47 |
"data_path": "data/chunk-{chunk_index:03d}/file_{file_index:03d}.parquet",
|
| 48 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file_{file_index:03d}.mp4",
|
|
|
|
| 25 |
|
| 26 |
For the successful episodes, see [jnogga/droid_success](https://huggingface.co/datasets/jnogga/droid_success).
|
| 27 |
|
| 28 |
+
## Updates
|
| 29 |
+
|
| 30 |
+
* 22.02.2026: Removed episodes with unexpected camera resolutions.
|
| 31 |
+
|
| 32 |
## Dataset Structure
|
| 33 |
|
| 34 |
The external cameras are assigned to left and right views depending on the episode. For their extrinsics, the source is given along with the corresponding metric and score.
|
|
|
|
| 41 |
"data_files_size_in_mb": 100.0,
|
| 42 |
"video_files_size_in_mb": 200.0,
|
| 43 |
"robot_type": "franka_emika_panda_robotiq_2F-85",
|
| 44 |
+
"total_episodes": 13747,
|
| 45 |
+
"total_frames": 3476037,
|
| 46 |
+
"total_tasks": 13747,
|
| 47 |
"chunks_size": 1000,
|
| 48 |
"splits": {
|
| 49 |
+
"train": "0:13747"
|
| 50 |
},
|
| 51 |
"data_path": "data/chunk-{chunk_index:03d}/file_{file_index:03d}.parquet",
|
| 52 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file_{file_index:03d}.mp4",
|