Datasets:
Upload folder using huggingface_hub
Browse files- data/chunk-000/episode_000000.parquet +2 -2
- meta/episodes.jsonl +1 -1
- meta/episodes_stats.jsonl +1 -1
- meta/info.json +16 -7
data/chunk-000/episode_000000.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a74aef0111ea8d8211c2bf97d88104534904cdb120c2ce7aab8d5b336d7bbb9
|
| 3 |
+
size 21935688
|
meta/episodes.jsonl
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"episode_index": 0, "tasks": ["Place an orange cube on the target area."], "length":
|
|
|
|
| 1 |
+
{"episode_index": 0, "tasks": ["Place an orange cube on the target area."], "length": 649}
|
meta/episodes_stats.jsonl
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"episode_index": 0, "stats": {"
|
|
|
|
| 1 |
+
{"episode_index": 0, "stats": {"exterior_image_1_left": {"min": [[[0.0392156862745098]], [[0.07450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4648879681267038]], [[0.41118989832261027]], [[0.3855985094233006]]], "std": [[[0.2410515161831715]], [[0.2124440434263026]], [[0.2066187574405223]]], "count": [128]}, "wrist_image_left": {"min": [[[0.0392156862745098]], [[0.07450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4670866888014972]], [[0.31163027527905696]], [[0.22563184880885948]]], "std": [[[0.15718424874968015]], [[0.13369142772995113]], [[0.14763342904151996]]], "count": [128]}, "joint_position": {"min": [-2.8979060649871826, -1.7013208866119385, -2.8980255126953125, -2.921081781387329, -2.904517412185669, 0.13730213046073914, -2.9046261310577393], "max": [-0.014120586216449738, -0.010518205352127552, 3.057528257369995, -0.03362775593996048, 2.1990015506744385, 3.7715771198272705, 2.4305176734924316], "mean": [-2.462871551513672, -0.7889101505279541, -0.38911303877830505, -1.7940572500228882, -0.49453264474868774, 2.291524648666382, -1.3351680040359497], "std": [0.5872541069984436, 0.4452386796474457, 2.1757471561431885, 0.6907588243484497, 1.2488610744476318, 0.6490728259086609, 1.4470386505126953], "count": [649]}, "gripper_position": {"min": [-0.14235664904117584], "max": [0.5013479590415955], "mean": [0.03819132223725319], "std": [0.21961767971515656], "count": [649]}, "actions": {"min": [-1.93793523311615, -0.6280946135520935, -3.2769439220428467, -3.950814962387085, -2.2654080390930176, -3.2745120525360107, -2.3134872913360596, -0.16826331615447998], "max": [3.1067416667938232, 1.946579098701477, 9.291364669799805, 1.357498049736023, 4.035123825073242, 2.1440935134887695, 3.5539517402648926, 0.5013479590415955], "mean": [-0.054943908005952835, -0.00368697801604867, 0.04181317612528801, -0.056823864579200745, 0.005994564387947321, 0.055811282247304916, 0.001153042889200151, 0.03792653605341911], "std": [0.41013631224632263, 0.2285313755273819, 1.0413124561309814, 0.43820667266845703, 0.6925958395004272, 0.5290601849555969, 0.6285484433174133, 0.21981918811798096], "count": [649]}, "timestamp": {"min": [0.0], "max": [43.2], "mean": [21.599999999999998], "std": [12.489995996796797], "count": [649]}, "frame_index": {"min": [0], "max": [648], "mean": [324.0], "std": [187.34993995195194], "count": [649]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [649]}, "index": {"min": [0], "max": [648], "mean": [324.0], "std": [187.34993995195194], "count": [649]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [649]}}}
|
meta/info.json
CHANGED
|
@@ -2,19 +2,19 @@
|
|
| 2 |
"codebase_version": "v2.1",
|
| 3 |
"robot_type": "panda",
|
| 4 |
"total_episodes": 1,
|
| 5 |
-
"total_frames":
|
| 6 |
"total_tasks": 1,
|
| 7 |
"total_videos": 0,
|
| 8 |
"total_chunks": 1,
|
| 9 |
"chunks_size": 1000,
|
| 10 |
-
"fps":
|
| 11 |
"splits": {
|
| 12 |
"train": "0:1"
|
| 13 |
},
|
| 14 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 15 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 16 |
"features": {
|
| 17 |
-
"
|
| 18 |
"dtype": "image",
|
| 19 |
"shape": [
|
| 20 |
224,
|
|
@@ -27,7 +27,7 @@
|
|
| 27 |
"channel"
|
| 28 |
]
|
| 29 |
},
|
| 30 |
-
"
|
| 31 |
"dtype": "image",
|
| 32 |
"shape": [
|
| 33 |
224,
|
|
@@ -40,13 +40,22 @@
|
|
| 40 |
"channel"
|
| 41 |
]
|
| 42 |
},
|
| 43 |
-
"
|
| 44 |
"dtype": "float32",
|
| 45 |
"shape": [
|
| 46 |
-
|
| 47 |
],
|
| 48 |
"names": [
|
| 49 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
]
|
| 51 |
},
|
| 52 |
"actions": {
|
|
|
|
| 2 |
"codebase_version": "v2.1",
|
| 3 |
"robot_type": "panda",
|
| 4 |
"total_episodes": 1,
|
| 5 |
+
"total_frames": 649,
|
| 6 |
"total_tasks": 1,
|
| 7 |
"total_videos": 0,
|
| 8 |
"total_chunks": 1,
|
| 9 |
"chunks_size": 1000,
|
| 10 |
+
"fps": 15,
|
| 11 |
"splits": {
|
| 12 |
"train": "0:1"
|
| 13 |
},
|
| 14 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 15 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 16 |
"features": {
|
| 17 |
+
"exterior_image_1_left": {
|
| 18 |
"dtype": "image",
|
| 19 |
"shape": [
|
| 20 |
224,
|
|
|
|
| 27 |
"channel"
|
| 28 |
]
|
| 29 |
},
|
| 30 |
+
"wrist_image_left": {
|
| 31 |
"dtype": "image",
|
| 32 |
"shape": [
|
| 33 |
224,
|
|
|
|
| 40 |
"channel"
|
| 41 |
]
|
| 42 |
},
|
| 43 |
+
"joint_position": {
|
| 44 |
"dtype": "float32",
|
| 45 |
"shape": [
|
| 46 |
+
7
|
| 47 |
],
|
| 48 |
"names": [
|
| 49 |
+
"joint_position"
|
| 50 |
+
]
|
| 51 |
+
},
|
| 52 |
+
"gripper_position": {
|
| 53 |
+
"dtype": "float32",
|
| 54 |
+
"shape": [
|
| 55 |
+
1
|
| 56 |
+
],
|
| 57 |
+
"names": [
|
| 58 |
+
"gripper_position"
|
| 59 |
]
|
| 60 |
},
|
| 61 |
"actions": {
|