Delete folder ./meta with huggingface_hub
Browse files- meta/episodes.jsonl +0 -1
- meta/episodes_stats.jsonl +0 -1
- meta/info.json +0 -121
- meta/tasks.jsonl +0 -1
meta/episodes.jsonl
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"episode_index":0,"tasks":["Pick Up Blue Cube, Place Blue Cube in Round Bin"],"length":2320}
|
|
|
|
|
|
meta/episodes_stats.jsonl
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"episode_index": 0, "stats": {"observation.state": {"max": [1.7430277189147765, 0.3145428542055715, 1.5220805432776923, 1.5113400555731118, 0.027618396954635544, 0.8055365778435367], "min": [-0.21634410947797844, -1.7353559419829334, 0.058305504682008374, -0.6428949068884607, 0.015343553863686413, 0.004603066159105924], "mean": [0.6307377858918081, -1.2546113155098875, 1.2651176817459913, 0.898800253651696, 0.018666888267351862, 0.29921649570397213], "std": [0.5784253996404896, 0.5948892295169415, 0.4296906082981028, 0.49341370862302236, 0.00504553573149666, 0.26371359848829035], "count": [2320]}, "action": {"max": [1.7430277189147765, 0.3145428542055715, 1.5220805432776923, 1.5113400555731118, 0.027618396954635544, 0.8055365778435367], "min": [-0.21634410947797844, -1.7353559419829334, 0.058305504682008374, -0.6428949068884607, 0.015343553863686413, 0.004603066159105924], "mean": [0.6307377858918081, -1.2546113155098875, 1.2651176817459913, 0.898800253651696, 0.018666888267351862, 0.29921649570397213], "std": [0.5784253996404896, 0.5948892295169415, 0.4296906082981028, 0.49341370862302236, 0.00504553573149666, 0.26371359848829035], "count": [2320]}, "timestamp": {"max": [80.40908779500751], "min": [0.000692009023623541], "mean": [40.186783713065374], "std": [23.25052653398131], "count": [2320]}, "frame_index": {"max": [2319], "min": [0], "mean": [1159.5], "std": [669.7262500454943], "count": [2320]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [2320]}, "index": {"max": [2319], "min": [0], "mean": [1159.5], "std": [669.7262500454943], "count": [2320]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [2320]}, "observation.images.main": {"max": [[[1.0]], [[0.9764705896377563]], [[0.9725490212440491]]], "min": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.4301665425300598]], [[0.38854941725730896]], [[0.37042075395584106]]], "std": [[[0.29506903886795044]], [[0.2751350700855255]], [[0.2713879644870758]]], "count": [267264000]}, "observation.images.secondary_0": {"max": [[[1.0]], [[1.0]], [[1.0]]], "min": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.5511648058891296]], [[0.542308509349823]], [[0.5345642566680908]]], "std": [[[0.18980249762535095]], [[0.19236692786216736]], [[0.22467775642871857]]], "count": [267264000]}}}
|
|
|
|
|
|
meta/info.json
DELETED
|
@@ -1,121 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"robot_type": "so-100",
|
| 3 |
-
"codebase_version": "v2.1",
|
| 4 |
-
"total_episodes": 1,
|
| 5 |
-
"total_frames": 2320,
|
| 6 |
-
"total_tasks": 1,
|
| 7 |
-
"total_videos": 2,
|
| 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",
|
| 16 |
-
"features": {
|
| 17 |
-
"action": {
|
| 18 |
-
"dtype": "float32",
|
| 19 |
-
"shape": [
|
| 20 |
-
6
|
| 21 |
-
],
|
| 22 |
-
"names": [
|
| 23 |
-
"motor_1",
|
| 24 |
-
"motor_2",
|
| 25 |
-
"motor_3",
|
| 26 |
-
"motor_4",
|
| 27 |
-
"motor_5",
|
| 28 |
-
"motor_6"
|
| 29 |
-
]
|
| 30 |
-
},
|
| 31 |
-
"observation.state": {
|
| 32 |
-
"dtype": "float32",
|
| 33 |
-
"shape": [
|
| 34 |
-
6
|
| 35 |
-
],
|
| 36 |
-
"names": [
|
| 37 |
-
"motor_1",
|
| 38 |
-
"motor_2",
|
| 39 |
-
"motor_3",
|
| 40 |
-
"motor_4",
|
| 41 |
-
"motor_5",
|
| 42 |
-
"motor_6"
|
| 43 |
-
]
|
| 44 |
-
},
|
| 45 |
-
"timestamp": {
|
| 46 |
-
"dtype": "float32",
|
| 47 |
-
"shape": [
|
| 48 |
-
1
|
| 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.main": {
|
| 81 |
-
"dtype": "video",
|
| 82 |
-
"shape": [
|
| 83 |
-
240,
|
| 84 |
-
480,
|
| 85 |
-
3
|
| 86 |
-
],
|
| 87 |
-
"names": [
|
| 88 |
-
"height",
|
| 89 |
-
"width",
|
| 90 |
-
"channel"
|
| 91 |
-
],
|
| 92 |
-
"info": {
|
| 93 |
-
"video.fps": 30,
|
| 94 |
-
"video.codec": "avc1",
|
| 95 |
-
"video.pix_fmt": "yuv420p",
|
| 96 |
-
"video.is_depth_map": false,
|
| 97 |
-
"has_audio": false
|
| 98 |
-
}
|
| 99 |
-
},
|
| 100 |
-
"observation.images.secondary_0": {
|
| 101 |
-
"dtype": "video",
|
| 102 |
-
"shape": [
|
| 103 |
-
240,
|
| 104 |
-
480,
|
| 105 |
-
3
|
| 106 |
-
],
|
| 107 |
-
"names": [
|
| 108 |
-
"height",
|
| 109 |
-
"width",
|
| 110 |
-
"channel"
|
| 111 |
-
],
|
| 112 |
-
"info": {
|
| 113 |
-
"video.fps": 30,
|
| 114 |
-
"video.codec": "avc1",
|
| 115 |
-
"video.pix_fmt": "yuv420p",
|
| 116 |
-
"video.is_depth_map": false,
|
| 117 |
-
"has_audio": false
|
| 118 |
-
}
|
| 119 |
-
}
|
| 120 |
-
}
|
| 121 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
meta/tasks.jsonl
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"task_index":0,"task":"Pick Up Blue Cube, Place Blue Cube in Round Bin"}
|
|
|
|
|
|