Upload folder using huggingface_hub
Browse files- meta/episodes.jsonl +1 -2
- meta/episodes_stats.jsonl +1 -2
- meta/info.json +29 -32
- meta/tasks.jsonl +1 -1
meta/episodes.jsonl
CHANGED
|
@@ -1,2 +1 @@
|
|
| 1 |
-
{"episode_index":
|
| 2 |
-
{"episode_index": 1, "tasks": ["press and place together"], "length": 1401}
|
|
|
|
| 1 |
+
{"episode_index":0,"tasks":["press and place together"],"length":1401}
|
|
|
meta/episodes_stats.jsonl
CHANGED
|
@@ -1,2 +1 @@
|
|
| 1 |
-
{"episode_index": 0, "stats": {"
|
| 2 |
-
{"episode_index": 1, "stats": {"action": {"min": [-3.352865695953369, -73.50786590576172, -44.152915954589844, -56.30937194824219, -60.00048065185547, 8.874427795410156], "max": [51.8550910949707, 44.21695327758789, 112.32875061035156, 89.40789794921875, -7.5133819580078125, 63.7509765625], "mean": [24.98960304260254, -1.116119146347046, 65.43517303466797, 13.338342666625977, -45.26548385620117, 35.554019927978516], "std": [9.343810081481934, 21.7537784576416, 19.257455825805664, 25.999248504638672, 6.327023983001709, 9.600151062011719], "count": [1401]}, "observation.state": {"min": [-2.8215768337249756, -98.56114959716797, -15.817935943603516, -56.738197326660156, -57.75884246826172, 2.014775037765503], "max": [50.29045486450195, 35.25179672241211, 99.2789535522461, 87.7253189086914, 4.466821670532227, 60.37609100341797], "mean": [24.706960678100586, -4.066282272338867, 63.323272705078125, 11.872693061828613, -45.11989212036133, 35.10554504394531], "std": [9.236530303955078, 21.519407272338867, 16.946666717529297, 26.364158630371094, 6.869915008544922, 9.432354927062988], "count": [1401]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09808085279067767]], [[0.09014882001777319]], [[0.07302643224687537]]], "std": [[[0.10064311577345664]], [[0.07846467570550482]], [[0.10033861275344112]]], "count": [228]}, "timestamp": {"min": [0.0], "max": [46.666666666666664], "mean": [23.333333333333332], "std": [13.481125351421547], "count": [1401]}, "frame_index": {"min": [0], "max": [1400], "mean": [700.0], "std": [404.43376054264644], "count": [1401]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1401]}, "index": {"min": [1381], "max": [2781], "mean": [2081.0], "std": [404.43376054264644], "count": [1401]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1401]}}}
|
|
|
|
| 1 |
+
{"episode_index": 0, "stats": {"observation.state": {"max": [50.29045486450195, 35.25179672241211, 99.2789535522461, 87.7253189086914, 4.466821670532227, 60.37609100341797], "min": [-2.8215768337249756, -98.56114959716797, -15.817935943603516, -56.738197326660156, -57.75884246826172, 2.014775037765503], "mean": [24.706960678100586, -4.066282272338867, 63.323272705078125, 11.872693061828613, -45.11989212036133, 35.10554504394531], "std": [9.236530303955078, 21.519407272338867, 16.946666717529297, 26.364158630371094, 6.869915008544922, 9.432354927062988], "count": [1401]}, "action": {"max": [51.8550910949707, 44.21695327758789, 112.32875061035156, 89.40789794921875, -7.5133819580078125, 63.7509765625], "min": [-3.352865695953369, -73.50786590576172, -44.152915954589844, -56.30937194824219, -60.00048065185547, 8.874427795410156], "mean": [24.98960304260254, -1.116119146347046, 65.43517303466797, 13.338342666625977, -45.26548385620117, 35.554019927978516], "std": [9.343810081481934, 21.7537784576416, 19.257455825805664, 25.999248504638672, 6.327023983001709, 9.600151062011719], "count": [1401]}, "timestamp": {"max": [46.666666666666664], "min": [0.0], "mean": [23.333333333333332], "std": [13.481125351421547], "count": [1401]}, "frame_index": {"max": [1400], "min": [0], "mean": [700.0], "std": [404.43376054264644], "count": [1401]}, "episode_index": {"max": [1], "min": [1], "mean": [1.0], "std": [0.0], "count": [1401]}, "index": {"max": [2781], "min": [1381], "mean": [2081.0], "std": [404.43376054264644], "count": [1401]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [1401]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.09808085279067767]], [[0.09014882001777319]], [[0.07302643224687537]]], "std": [[[0.10064311577345664]], [[0.07846467570550482]], [[0.10033861275344112]]], "count": [228]}}}
|
|
|
meta/info.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
{
|
| 2 |
-
"codebase_version": "v2.1",
|
| 3 |
"robot_type": "so101_follower",
|
| 4 |
-
"
|
| 5 |
-
"
|
|
|
|
| 6 |
"total_tasks": 1,
|
| 7 |
-
"total_videos":
|
| 8 |
"total_chunks": 1,
|
| 9 |
"chunks_size": 1000,
|
| 10 |
"fps": 30,
|
| 11 |
"splits": {
|
| 12 |
-
"train": "0:
|
| 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",
|
|
@@ -42,29 +42,6 @@
|
|
| 42 |
"gripper.pos"
|
| 43 |
]
|
| 44 |
},
|
| 45 |
-
"observation.images.front": {
|
| 46 |
-
"dtype": "video",
|
| 47 |
-
"shape": [
|
| 48 |
-
480,
|
| 49 |
-
640,
|
| 50 |
-
3
|
| 51 |
-
],
|
| 52 |
-
"names": [
|
| 53 |
-
"height",
|
| 54 |
-
"width",
|
| 55 |
-
"channels"
|
| 56 |
-
],
|
| 57 |
-
"info": {
|
| 58 |
-
"video.height": 480,
|
| 59 |
-
"video.width": 640,
|
| 60 |
-
"video.codec": "av1",
|
| 61 |
-
"video.pix_fmt": "yuv420p",
|
| 62 |
-
"video.is_depth_map": false,
|
| 63 |
-
"video.fps": 30,
|
| 64 |
-
"video.channels": 3,
|
| 65 |
-
"has_audio": false
|
| 66 |
-
}
|
| 67 |
-
},
|
| 68 |
"timestamp": {
|
| 69 |
"dtype": "float32",
|
| 70 |
"shape": [
|
|
@@ -72,33 +49,53 @@
|
|
| 72 |
],
|
| 73 |
"names": null
|
| 74 |
},
|
| 75 |
-
"
|
| 76 |
"dtype": "int64",
|
| 77 |
"shape": [
|
| 78 |
1
|
| 79 |
],
|
| 80 |
"names": null
|
| 81 |
},
|
| 82 |
-
"
|
| 83 |
"dtype": "int64",
|
| 84 |
"shape": [
|
| 85 |
1
|
| 86 |
],
|
| 87 |
"names": null
|
| 88 |
},
|
| 89 |
-
"
|
| 90 |
"dtype": "int64",
|
| 91 |
"shape": [
|
| 92 |
1
|
| 93 |
],
|
| 94 |
"names": null
|
| 95 |
},
|
| 96 |
-
"
|
| 97 |
"dtype": "int64",
|
| 98 |
"shape": [
|
| 99 |
1
|
| 100 |
],
|
| 101 |
"names": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
}
|
| 103 |
}
|
| 104 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"robot_type": "so101_follower",
|
| 3 |
+
"codebase_version": "v2.1",
|
| 4 |
+
"total_episodes": 1,
|
| 5 |
+
"total_frames": 1401,
|
| 6 |
"total_tasks": 1,
|
| 7 |
+
"total_videos": 1,
|
| 8 |
"total_chunks": 1,
|
| 9 |
"chunks_size": 1000,
|
| 10 |
"fps": 30,
|
| 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",
|
|
|
|
| 42 |
"gripper.pos"
|
| 43 |
]
|
| 44 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
"timestamp": {
|
| 46 |
"dtype": "float32",
|
| 47 |
"shape": [
|
|
|
|
| 49 |
],
|
| 50 |
"names": null
|
| 51 |
},
|
| 52 |
+
"episode_index": {
|
| 53 |
"dtype": "int64",
|
| 54 |
"shape": [
|
| 55 |
1
|
| 56 |
],
|
| 57 |
"names": null
|
| 58 |
},
|
| 59 |
+
"frame_index": {
|
| 60 |
"dtype": "int64",
|
| 61 |
"shape": [
|
| 62 |
1
|
| 63 |
],
|
| 64 |
"names": null
|
| 65 |
},
|
| 66 |
+
"task_index": {
|
| 67 |
"dtype": "int64",
|
| 68 |
"shape": [
|
| 69 |
1
|
| 70 |
],
|
| 71 |
"names": null
|
| 72 |
},
|
| 73 |
+
"index": {
|
| 74 |
"dtype": "int64",
|
| 75 |
"shape": [
|
| 76 |
1
|
| 77 |
],
|
| 78 |
"names": null
|
| 79 |
+
},
|
| 80 |
+
"observation.images.front": {
|
| 81 |
+
"dtype": "video",
|
| 82 |
+
"shape": [
|
| 83 |
+
480,
|
| 84 |
+
640,
|
| 85 |
+
3
|
| 86 |
+
],
|
| 87 |
+
"names": [
|
| 88 |
+
"height",
|
| 89 |
+
"width",
|
| 90 |
+
"channels"
|
| 91 |
+
],
|
| 92 |
+
"info": {
|
| 93 |
+
"video.fps": 30,
|
| 94 |
+
"video.codec": "av1",
|
| 95 |
+
"video.pix_fmt": "yuv420p",
|
| 96 |
+
"video.is_depth_map": false,
|
| 97 |
+
"has_audio": false
|
| 98 |
+
}
|
| 99 |
}
|
| 100 |
}
|
| 101 |
}
|
meta/tasks.jsonl
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"task_index":
|
|
|
|
| 1 |
+
{"task_index":0,"task":"press and place together"}
|