Upload folder using huggingface_hub
Browse files- README.md +162 -0
- data/chunk-000/episode_000000.parquet +3 -0
- data/chunk-000/episode_000001.parquet +3 -0
- data/chunk-000/episode_000002.parquet +3 -0
- meta/episodes.jsonl +3 -0
- meta/episodes_stats.jsonl +3 -0
- meta/info.json +127 -0
- meta/tasks.jsonl +1 -0
- videos/chunk-000/observation.images.usb/episode_000000.mp4 +3 -0
- videos/chunk-000/observation.images.usb/episode_000001.mp4 +3 -0
- videos/chunk-000/observation.images.usb/episode_000002.mp4 +3 -0
- videos/chunk-000/observation.images.wrist/episode_000000.mp4 +3 -0
- videos/chunk-000/observation.images.wrist/episode_000001.mp4 +3 -0
- videos/chunk-000/observation.images.wrist/episode_000002.mp4 +3 -0
README.md
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
tags:
|
| 6 |
+
- LeRobot
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: default
|
| 9 |
+
data_files: data/*/*.parquet
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
| 13 |
+
|
| 14 |
+
## Dataset Description
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
- **Homepage:** [More Information Needed]
|
| 19 |
+
- **Paper:** [More Information Needed]
|
| 20 |
+
- **License:** apache-2.0
|
| 21 |
+
|
| 22 |
+
## Dataset Structure
|
| 23 |
+
|
| 24 |
+
[meta/info.json](meta/info.json):
|
| 25 |
+
```json
|
| 26 |
+
{
|
| 27 |
+
"codebase_version": "v2.1",
|
| 28 |
+
"robot_type": "so101_follower",
|
| 29 |
+
"total_episodes": 3,
|
| 30 |
+
"total_frames": 1790,
|
| 31 |
+
"total_tasks": 1,
|
| 32 |
+
"total_videos": 6,
|
| 33 |
+
"total_chunks": 1,
|
| 34 |
+
"chunks_size": 1000,
|
| 35 |
+
"fps": 30,
|
| 36 |
+
"splits": {
|
| 37 |
+
"train": "0:3"
|
| 38 |
+
},
|
| 39 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 40 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 41 |
+
"features": {
|
| 42 |
+
"action": {
|
| 43 |
+
"dtype": "float32",
|
| 44 |
+
"shape": [
|
| 45 |
+
6
|
| 46 |
+
],
|
| 47 |
+
"names": [
|
| 48 |
+
"shoulder_pan.pos",
|
| 49 |
+
"shoulder_lift.pos",
|
| 50 |
+
"elbow_flex.pos",
|
| 51 |
+
"wrist_flex.pos",
|
| 52 |
+
"wrist_roll.pos",
|
| 53 |
+
"gripper.pos"
|
| 54 |
+
]
|
| 55 |
+
},
|
| 56 |
+
"observation.state": {
|
| 57 |
+
"dtype": "float32",
|
| 58 |
+
"shape": [
|
| 59 |
+
6
|
| 60 |
+
],
|
| 61 |
+
"names": [
|
| 62 |
+
"shoulder_pan.pos",
|
| 63 |
+
"shoulder_lift.pos",
|
| 64 |
+
"elbow_flex.pos",
|
| 65 |
+
"wrist_flex.pos",
|
| 66 |
+
"wrist_roll.pos",
|
| 67 |
+
"gripper.pos"
|
| 68 |
+
]
|
| 69 |
+
},
|
| 70 |
+
"observation.images.usb": {
|
| 71 |
+
"dtype": "video",
|
| 72 |
+
"shape": [
|
| 73 |
+
720,
|
| 74 |
+
1280,
|
| 75 |
+
3
|
| 76 |
+
],
|
| 77 |
+
"names": [
|
| 78 |
+
"height",
|
| 79 |
+
"width",
|
| 80 |
+
"channels"
|
| 81 |
+
],
|
| 82 |
+
"info": {
|
| 83 |
+
"video.height": 720,
|
| 84 |
+
"video.width": 1280,
|
| 85 |
+
"video.codec": "av1",
|
| 86 |
+
"video.pix_fmt": "yuv420p",
|
| 87 |
+
"video.is_depth_map": false,
|
| 88 |
+
"video.fps": 30,
|
| 89 |
+
"video.channels": 3,
|
| 90 |
+
"has_audio": false
|
| 91 |
+
}
|
| 92 |
+
},
|
| 93 |
+
"observation.images.wrist": {
|
| 94 |
+
"dtype": "video",
|
| 95 |
+
"shape": [
|
| 96 |
+
1080,
|
| 97 |
+
1920,
|
| 98 |
+
3
|
| 99 |
+
],
|
| 100 |
+
"names": [
|
| 101 |
+
"height",
|
| 102 |
+
"width",
|
| 103 |
+
"channels"
|
| 104 |
+
],
|
| 105 |
+
"info": {
|
| 106 |
+
"video.height": 1080,
|
| 107 |
+
"video.width": 1920,
|
| 108 |
+
"video.codec": "av1",
|
| 109 |
+
"video.pix_fmt": "yuv420p",
|
| 110 |
+
"video.is_depth_map": false,
|
| 111 |
+
"video.fps": 30,
|
| 112 |
+
"video.channels": 3,
|
| 113 |
+
"has_audio": false
|
| 114 |
+
}
|
| 115 |
+
},
|
| 116 |
+
"timestamp": {
|
| 117 |
+
"dtype": "float32",
|
| 118 |
+
"shape": [
|
| 119 |
+
1
|
| 120 |
+
],
|
| 121 |
+
"names": null
|
| 122 |
+
},
|
| 123 |
+
"frame_index": {
|
| 124 |
+
"dtype": "int64",
|
| 125 |
+
"shape": [
|
| 126 |
+
1
|
| 127 |
+
],
|
| 128 |
+
"names": null
|
| 129 |
+
},
|
| 130 |
+
"episode_index": {
|
| 131 |
+
"dtype": "int64",
|
| 132 |
+
"shape": [
|
| 133 |
+
1
|
| 134 |
+
],
|
| 135 |
+
"names": null
|
| 136 |
+
},
|
| 137 |
+
"index": {
|
| 138 |
+
"dtype": "int64",
|
| 139 |
+
"shape": [
|
| 140 |
+
1
|
| 141 |
+
],
|
| 142 |
+
"names": null
|
| 143 |
+
},
|
| 144 |
+
"task_index": {
|
| 145 |
+
"dtype": "int64",
|
| 146 |
+
"shape": [
|
| 147 |
+
1
|
| 148 |
+
],
|
| 149 |
+
"names": null
|
| 150 |
+
}
|
| 151 |
+
}
|
| 152 |
+
}
|
| 153 |
+
```
|
| 154 |
+
|
| 155 |
+
|
| 156 |
+
## Citation
|
| 157 |
+
|
| 158 |
+
**BibTeX:**
|
| 159 |
+
|
| 160 |
+
```bibtex
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
```
|
data/chunk-000/episode_000000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c20d57020d66775d815c13a6e221f4098bc95b6c54ee76b3039742913343608
|
| 3 |
+
size 29938
|
data/chunk-000/episode_000001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb42df7cd7c05b0faa40a17e75c603600e899a0980e6c5fc87bfe8bef23a3874
|
| 3 |
+
size 30160
|
data/chunk-000/episode_000002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eebf146556447beeff0eab5218acf7952d6960022f564b2396037fc1d9e6281f
|
| 3 |
+
size 31263
|
meta/episodes.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"episode_index": 0, "tasks": ["Cups and ball"], "length": 596}
|
| 2 |
+
{"episode_index": 1, "tasks": ["Cups and ball"], "length": 597}
|
| 3 |
+
{"episode_index": 2, "tasks": ["Cups and ball"], "length": 597}
|
meta/episodes_stats.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"episode_index": 0, "stats": {"action": {"min": [-28.039892196655273, -100.0, -24.420190811157227, 66.46234893798828, -17.986366271972656, 0.42016807198524475], "max": [-1.1891062259674072, 19.43853759765625, 94.7248764038086, 100.0, 4.929208278656006, 43.78151321411133], "mean": [-18.587303161621094, -36.9047966003418, 23.441551208496094, 88.6025161743164, -11.191722869873047, 13.978171348571777], "std": [8.044402122497559, 47.2860107421875, 42.9644660949707, 11.97776985168457, 9.302163124084473, 14.243757247924805], "count": [596]}, "observation.state": {"min": [-28.20702362060547, -99.31682586669922, -21.561506271362305, 67.80402374267578, -17.764366149902344, 0.6105834245681763], "max": [-1.5157116651535034, 19.726728439331055, 100.0, 99.73753356933594, 4.7494096755981445, 43.14789581298828], "mean": [-18.822633743286133, -36.297882080078125, 25.195436477661133, 88.51655578613281, -11.075566291809082, 17.555187225341797], "std": [7.944777965545654, 47.57615280151367, 43.266273498535156, 11.864014625549316, 9.382549285888672, 14.818854331970215], "count": [596]}, "observation.images.usb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.508851264070443]], [[0.49903475626361654]], [[0.4796617352033406]]], "std": [[[0.2969252660813201]], [[0.2765151862318123]], [[0.2432628919672764]]], "count": [120]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4334415645424836]], [[0.4419041984386347]], [[0.43627372685185184]]], "std": [[[0.3288230143554985]], [[0.32178592886563256]], [[0.330487961482821]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [19.833333333333332], "mean": [9.916666666666666], "std": [5.735004601373723], "count": [596]}, "frame_index": {"min": [0], "max": [595], "mean": [297.5], "std": [172.0501380412117], "count": [596]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [596]}, "index": {"min": [0], "max": [595], "mean": [297.5], "std": [172.0501380412117], "count": [596]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [596]}}}
|
| 2 |
+
{"episode_index": 1, "stats": {"action": {"min": [-27.42616081237793, -99.74478912353516, -20.418371200561523, 68.3887939453125, -29.41793441772461, 0.16806723177433014], "max": [0.4986574649810791, 18.67290496826172, 95.72532653808594, 100.0, -5.977975845336914, 50.67226791381836], "mean": [-16.545381546020508, -27.873714447021484, 18.334474563598633, 91.3963851928711, -19.36752700805664, 22.32954978942871], "std": [10.354997634887695, 46.436431884765625, 44.93855285644531, 12.154010772705078, 7.156499862670898, 16.91033172607422], "count": [597]}, "observation.state": {"min": [-27.76340103149414, -99.31682586669922, -18.111665725708008, 69.29133605957031, -29.309892654418945, 0.2035278081893921], "max": [0.3327171802520752, 19.04355239868164, 96.09622955322266, 99.82501983642578, -6.0089216232299805, 50.0], "mean": [-16.747386932373047, -27.336469650268555, 19.848926544189453, 91.41876983642578, -19.35248565673828, 23.050294876098633], "std": [10.380295753479004, 47.01677703857422, 44.92595672607422, 11.815827369689941, 7.178056240081787, 17.108604431152344], "count": [597]}, "observation.images.usb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49385615241466957]], [[0.48387233569353666]], [[0.4673251997095134]]], "std": [[[0.29002003672566684]], [[0.26943167808396346]], [[0.2359454624303271]]], "count": [120]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43351798066448805]], [[0.43994750590050835]], [[0.43170027460058097]]], "std": [[[0.31852872057057463]], [[0.3097843786031301]], [[0.31900012372460174]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [19.866666666666667], "mean": [9.933333333333334], "std": [5.744627119382139], "count": [597]}, "frame_index": {"min": [0], "max": [596], "mean": [298.0], "std": [172.3388135814642], "count": [597]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [597]}, "index": {"min": [596], "max": [1192], "mean": [894.0], "std": [172.3388135814642], "count": [597]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [597]}}}
|
| 3 |
+
{"episode_index": 2, "stats": {"action": {"min": [-31.64556884765625, -100.0, -30.331968307495117, 71.4535903930664, -18.563188552856445, 0.0], "max": [4.334484100341797, 17.14164161682129, 88.26739501953125, 100.0, -8.86208724975586, 70.84033966064453], "mean": [-16.798559188842773, -25.82320785522461, 13.696393966674805, 94.36785888671875, -14.392362594604492, 24.133800506591797], "std": [12.867692947387695, 46.05235290527344, 38.62708282470703, 8.374856948852539, 2.756850481033325, 21.24981689453125], "count": [597]}, "observation.state": {"min": [-31.829944610595703, -99.4022216796875, -27.91647720336914, 73.0533676147461, -18.28916358947754, 0.27137041091918945], "max": [4.103511810302734, 17.42100715637207, 87.83477020263672, 99.91251373291016, -9.15770149230957, 70.42062377929688], "mean": [-16.94640350341797, -25.03448486328125, 14.896303176879883, 94.17738342285156, -14.38033390045166, 24.75446891784668], "std": [12.907376289367676, 46.57949447631836, 38.25727081298828, 8.275541305541992, 2.7455456256866455, 21.267724990844727], "count": [597]}, "observation.images.usb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5019665577342047]], [[0.4934608750907771]], [[0.4743519426289034]]], "std": [[[0.2906714020661208]], [[0.27138969681709385]], [[0.2338515935538616]]], "count": [120]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4235605755265069]], [[0.42797085148874364]], [[0.42182052923021063]]], "std": [[[0.3238152112203133]], [[0.31717260940936987]], [[0.3252160114435995]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [19.866666666666667], "mean": [9.933333333333334], "std": [5.744627119382139], "count": [597]}, "frame_index": {"min": [0], "max": [596], "mean": [298.0], "std": [172.3388135814642], "count": [597]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [597]}, "index": {"min": [1193], "max": [1789], "mean": [1491.0], "std": [172.3388135814642], "count": [597]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [597]}}}
|
meta/info.json
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v2.1",
|
| 3 |
+
"robot_type": "so101_follower",
|
| 4 |
+
"total_episodes": 3,
|
| 5 |
+
"total_frames": 1790,
|
| 6 |
+
"total_tasks": 1,
|
| 7 |
+
"total_videos": 6,
|
| 8 |
+
"total_chunks": 1,
|
| 9 |
+
"chunks_size": 1000,
|
| 10 |
+
"fps": 30,
|
| 11 |
+
"splits": {
|
| 12 |
+
"train": "0:3"
|
| 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 |
+
"shoulder_pan.pos",
|
| 24 |
+
"shoulder_lift.pos",
|
| 25 |
+
"elbow_flex.pos",
|
| 26 |
+
"wrist_flex.pos",
|
| 27 |
+
"wrist_roll.pos",
|
| 28 |
+
"gripper.pos"
|
| 29 |
+
]
|
| 30 |
+
},
|
| 31 |
+
"observation.state": {
|
| 32 |
+
"dtype": "float32",
|
| 33 |
+
"shape": [
|
| 34 |
+
6
|
| 35 |
+
],
|
| 36 |
+
"names": [
|
| 37 |
+
"shoulder_pan.pos",
|
| 38 |
+
"shoulder_lift.pos",
|
| 39 |
+
"elbow_flex.pos",
|
| 40 |
+
"wrist_flex.pos",
|
| 41 |
+
"wrist_roll.pos",
|
| 42 |
+
"gripper.pos"
|
| 43 |
+
]
|
| 44 |
+
},
|
| 45 |
+
"observation.images.usb": {
|
| 46 |
+
"dtype": "video",
|
| 47 |
+
"shape": [
|
| 48 |
+
720,
|
| 49 |
+
1280,
|
| 50 |
+
3
|
| 51 |
+
],
|
| 52 |
+
"names": [
|
| 53 |
+
"height",
|
| 54 |
+
"width",
|
| 55 |
+
"channels"
|
| 56 |
+
],
|
| 57 |
+
"info": {
|
| 58 |
+
"video.height": 720,
|
| 59 |
+
"video.width": 1280,
|
| 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 |
+
"observation.images.wrist": {
|
| 69 |
+
"dtype": "video",
|
| 70 |
+
"shape": [
|
| 71 |
+
1080,
|
| 72 |
+
1920,
|
| 73 |
+
3
|
| 74 |
+
],
|
| 75 |
+
"names": [
|
| 76 |
+
"height",
|
| 77 |
+
"width",
|
| 78 |
+
"channels"
|
| 79 |
+
],
|
| 80 |
+
"info": {
|
| 81 |
+
"video.height": 1080,
|
| 82 |
+
"video.width": 1920,
|
| 83 |
+
"video.codec": "av1",
|
| 84 |
+
"video.pix_fmt": "yuv420p",
|
| 85 |
+
"video.is_depth_map": false,
|
| 86 |
+
"video.fps": 30,
|
| 87 |
+
"video.channels": 3,
|
| 88 |
+
"has_audio": false
|
| 89 |
+
}
|
| 90 |
+
},
|
| 91 |
+
"timestamp": {
|
| 92 |
+
"dtype": "float32",
|
| 93 |
+
"shape": [
|
| 94 |
+
1
|
| 95 |
+
],
|
| 96 |
+
"names": null
|
| 97 |
+
},
|
| 98 |
+
"frame_index": {
|
| 99 |
+
"dtype": "int64",
|
| 100 |
+
"shape": [
|
| 101 |
+
1
|
| 102 |
+
],
|
| 103 |
+
"names": null
|
| 104 |
+
},
|
| 105 |
+
"episode_index": {
|
| 106 |
+
"dtype": "int64",
|
| 107 |
+
"shape": [
|
| 108 |
+
1
|
| 109 |
+
],
|
| 110 |
+
"names": null
|
| 111 |
+
},
|
| 112 |
+
"index": {
|
| 113 |
+
"dtype": "int64",
|
| 114 |
+
"shape": [
|
| 115 |
+
1
|
| 116 |
+
],
|
| 117 |
+
"names": null
|
| 118 |
+
},
|
| 119 |
+
"task_index": {
|
| 120 |
+
"dtype": "int64",
|
| 121 |
+
"shape": [
|
| 122 |
+
1
|
| 123 |
+
],
|
| 124 |
+
"names": null
|
| 125 |
+
}
|
| 126 |
+
}
|
| 127 |
+
}
|
meta/tasks.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"task_index": 0, "task": "Cups and ball"}
|
videos/chunk-000/observation.images.usb/episode_000000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24fb8763e4a7a0d7ef9857cb90b8d547a60a5202a00cc8a507d903e9457fb93a
|
| 3 |
+
size 9370867
|
videos/chunk-000/observation.images.usb/episode_000001.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec8b52c614c5fcaaf0e97d6002dfa75dd01515ae09373b26744d51fee5502df4
|
| 3 |
+
size 9210238
|
videos/chunk-000/observation.images.usb/episode_000002.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ee221c8415836ef98135eec99158a6d5167f24a5701c9200a372001c058cab9
|
| 3 |
+
size 9332827
|
videos/chunk-000/observation.images.wrist/episode_000000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b9b76a828ad000fa69e5b7060b9a225a36aa3a216ecf4addf51e80eb714502f
|
| 3 |
+
size 13583009
|
videos/chunk-000/observation.images.wrist/episode_000001.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9465e0fae458c6d31b0c9091607fd3b5cb7c995b2c2d7ee47ce2f7948f1bf501
|
| 3 |
+
size 11717917
|
videos/chunk-000/observation.images.wrist/episode_000002.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59fd8cea7e4e8e68dcf520f6c8052706fd387cdc9e46a9a0bd1cca28c71cec4a
|
| 3 |
+
size 13322797
|