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": 1791,
|
| 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:a31a143db62ae72438ffd8f1919d4e9f8f059b8904957e19ff744bf8fd141873
|
| 3 |
+
size 29900
|
data/chunk-000/episode_000001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5019b59f4feedd842c4066550834c2cb9859e9c9d742610d11cf785ad183c31a
|
| 3 |
+
size 31728
|
data/chunk-000/episode_000002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd695b028e7cdd82be39457a2d70eff91e01fe869fdfe069a6f9bbd27d28041e
|
| 3 |
+
size 27306
|
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": 598}
|
meta/episodes_stats.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"episode_index": 0, "stats": {"action": {"min": [1.3425393104553223, -100.0, -4.774897575378418, 72.3292465209961, -14.944939613342285, 0.2521008551120758], "max": [20.905254364013672, 2.679710865020752, 91.90541076660156, 100.0, 6.659674644470215, 46.806724548339844], "mean": [14.931791305541992, -43.41634750366211, 33.37379455566406, 91.72651672363281, -4.31296968460083, 18.538244247436523], "std": [6.11660099029541, 40.57135772705078, 34.482521057128906, 10.161489486694336, 5.86928129196167, 16.43259048461914], "count": [596]}, "observation.state": {"min": [1.3678373098373413, -99.31682586669922, -1.7703132629394531, 73.14085388183594, -14.720545768737793, 0.27137041091918945], "max": [20.665433883666992, 2.903501272201538, 93.37267303466797, 99.82501983642578, 6.166360378265381, 46.40434265136719], "mean": [14.718809127807617, -42.90637969970703, 34.6341552734375, 91.64244079589844, -4.223910331726074, 20.49758529663086], "std": [6.217398643493652, 40.799320220947266, 34.49284744262695, 10.012266159057617, 5.805857181549072, 17.03535270690918], "count": [596]}, "observation.images.usb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4983046364379085]], [[0.490226264070443]], [[0.47141838462236746]]], "std": [[[0.30971185641408694]], [[0.29142312556986194]], [[0.2609230766623344]]], "count": [120]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43499899918300655]], [[0.4391233614742193]], [[0.4315721405228758]]], "std": [[[0.309250280911837]], [[0.30638335313166015]], [[0.317440104002258]]], "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": [-4.181051254272461, -100.0, -17.235107421875, 68.82662200927734, -24.908233642578125, 0.0], "max": [21.135404586791992, 3.190131902694702, 87.99454498291016, 100.0, 25.537492752075195, 49.579830169677734], "mean": [9.687539100646973, -54.35809326171875, 44.99222183227539, 88.38661193847656, -7.826412200927734, 15.046135902404785], "std": [7.3232526779174805, 40.70513916015625, 37.263099670410156, 11.231902122497559, 8.711482048034668, 18.00556755065918], "count": [597]}, "observation.state": {"min": [-4.029574871063232, -99.31682586669922, -13.844757080078125, 69.55380249023438, -25.059040069580078, 0.4070556163787842], "max": [20.665433883666992, 3.5866780281066895, 87.92555236816406, 100.0, 24.2718448638916, 49.25373077392578], "mean": [9.64881420135498, -53.91852951049805, 46.24919128417969, 88.40913391113281, -7.908207416534424, 16.059057235717773], "std": [7.300283432006836, 41.101341247558594, 37.01467514038086, 11.05159854888916, 8.66822624206543, 18.2576904296875], "count": [597]}, "observation.images.usb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5034946033042847]], [[0.4931580564633261]], [[0.4745310570987654]]], "std": [[[0.3065233390760113]], [[0.2881316364670495]], [[0.2540118768954245]]], "count": [120]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40592211328976036]], [[0.41173132262164125]], [[0.40442112381989836]]], "std": [[[0.3058914254836486]], [[0.2991177156515404]], [[0.309406338962804]]], "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": [-7.7867279052734375, -100.0, -9.595270156860352, 75.48161315917969, -14.525432586669922, 0.0], "max": [20.981971740722656, -3.190131902694702, 87.90359497070312, 100.0, 22.33875274658203, 51.93277359008789], "mean": [5.663688659667969, -65.64734649658203, 55.141319274902344, 84.82304382324219, -2.0040555000305176, 11.487116813659668], "std": [9.664457321166992, 38.49971008300781, 34.75811004638672, 9.970683097839355, 6.644547939300537, 16.559051513671875], "count": [598]}, "observation.state": {"min": [-7.13493537902832, -98.97523498535156, -6.763504505157471, 76.29046630859375, -14.300708770751953, 0.13568520545959473], "max": [20.813308715820312, -2.988898277282715, 88.01634216308594, 99.82501983642578, 21.85778045654297, 51.35685348510742], "mean": [5.495733737945557, -65.2942886352539, 56.11744689941406, 85.06499481201172, -2.138674736022949, 12.716864585876465], "std": [9.680360794067383, 38.82801055908203, 34.35783767700195, 9.659574508666992, 6.646688461303711, 17.257415771484375], "count": [598]}, "observation.images.usb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5114859386347131]], [[0.5001872390159767]], [[0.4857847539941903]]], "std": [[[0.30122390752650147]], [[0.2832930336659658]], [[0.24482403533877814]]], "count": [120]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4476056486020334]], [[0.45482758033769066]], [[0.4521277414669571]]], "std": [[[0.300731640025689]], [[0.2924639142285517]], [[0.3041083318490674]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [19.9], "mean": [9.95], "std": [5.754249637345333], "count": [598]}, "frame_index": {"min": [0], "max": [597], "mean": [298.5], "std": [172.62748912035997], "count": [598]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [598]}, "index": {"min": [1193], "max": [1790], "mean": [1491.5], "std": [172.62748912035997], "count": [598]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [598]}}}
|
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": 1791,
|
| 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:1c924ec25b575d5f16a7d4e0da8467a5cd941b49cfe4421f77c3ebb8bc13b477
|
| 3 |
+
size 9615150
|
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:a92eb7f5071b2141e4fcfa1178cd1e7b2841394aa7e6a6791abb4dbc1871e2b2
|
| 3 |
+
size 9782325
|
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:b322b35097f2e498c94f37810d041053dd9a21e027b20f3c5fc2383b0ec3ec67
|
| 3 |
+
size 10077758
|
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:5946c294f438946dd2aff10ed5713290b4583b39ad1a26df2e53dab1e09e7b9e
|
| 3 |
+
size 14942943
|
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:3884be16299e4ccbc5fefc321075686c987c888fedc41a3180a0fc8549b27cb3
|
| 3 |
+
size 13720882
|
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:984ecd71e13ad8bc544d3338528aacf7be2f3051fc3b32d20f10ba6e412db978
|
| 3 |
+
size 15453700
|