Commit ·
dfcfffe
0
Parent(s):
Duplicate from YunyeXiao/libero_object_10_image_task_0
Browse filesCo-authored-by: Yunye Xiao <YunyeXiao@users.noreply.huggingface.co>
- .gitattributes +59 -0
- README.md +149 -0
- data/chunk-000/file-000.parquet +3 -0
- data/chunk-000/file-001.parquet +3 -0
- data/chunk-000/file-002.parquet +3 -0
- meta/episodes.jsonl +45 -0
- meta/episodes_stats.jsonl +0 -0
- meta/info.json +141 -0
- meta/tasks.jsonl +1 -0
.gitattributes
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.0",
|
| 28 |
+
"robot_type": "panda",
|
| 29 |
+
"total_episodes": 454,
|
| 30 |
+
"total_frames": 66984,
|
| 31 |
+
"total_tasks": 10,
|
| 32 |
+
"total_videos": 0,
|
| 33 |
+
"total_chunks": 1,
|
| 34 |
+
"chunks_size": 1000,
|
| 35 |
+
"fps": 10,
|
| 36 |
+
"splits": {
|
| 37 |
+
"train": "0:454"
|
| 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 |
+
"observation.images.image": {
|
| 43 |
+
"dtype": "image",
|
| 44 |
+
"shape": [
|
| 45 |
+
256,
|
| 46 |
+
256,
|
| 47 |
+
3
|
| 48 |
+
],
|
| 49 |
+
"names": [
|
| 50 |
+
"height",
|
| 51 |
+
"width",
|
| 52 |
+
"channel"
|
| 53 |
+
]
|
| 54 |
+
},
|
| 55 |
+
"observation.images.wrist_image": {
|
| 56 |
+
"dtype": "image",
|
| 57 |
+
"shape": [
|
| 58 |
+
256,
|
| 59 |
+
256,
|
| 60 |
+
3
|
| 61 |
+
],
|
| 62 |
+
"names": [
|
| 63 |
+
"height",
|
| 64 |
+
"width",
|
| 65 |
+
"channel"
|
| 66 |
+
]
|
| 67 |
+
},
|
| 68 |
+
"observation.state": {
|
| 69 |
+
"dtype": "float32",
|
| 70 |
+
"shape": [
|
| 71 |
+
8
|
| 72 |
+
],
|
| 73 |
+
"names": {
|
| 74 |
+
"motors": [
|
| 75 |
+
"x",
|
| 76 |
+
"y",
|
| 77 |
+
"z",
|
| 78 |
+
"rx",
|
| 79 |
+
"ry",
|
| 80 |
+
"rz",
|
| 81 |
+
"rw",
|
| 82 |
+
"gripper"
|
| 83 |
+
]
|
| 84 |
+
}
|
| 85 |
+
},
|
| 86 |
+
"action": {
|
| 87 |
+
"dtype": "float32",
|
| 88 |
+
"shape": [
|
| 89 |
+
7
|
| 90 |
+
],
|
| 91 |
+
"names": {
|
| 92 |
+
"motors": [
|
| 93 |
+
"x",
|
| 94 |
+
"y",
|
| 95 |
+
"z",
|
| 96 |
+
"roll",
|
| 97 |
+
"pitch",
|
| 98 |
+
"yaw",
|
| 99 |
+
"gripper"
|
| 100 |
+
]
|
| 101 |
+
}
|
| 102 |
+
},
|
| 103 |
+
"timestamp": {
|
| 104 |
+
"dtype": "float32",
|
| 105 |
+
"shape": [
|
| 106 |
+
1
|
| 107 |
+
],
|
| 108 |
+
"names": null
|
| 109 |
+
},
|
| 110 |
+
"frame_index": {
|
| 111 |
+
"dtype": "int64",
|
| 112 |
+
"shape": [
|
| 113 |
+
1
|
| 114 |
+
],
|
| 115 |
+
"names": null
|
| 116 |
+
},
|
| 117 |
+
"episode_index": {
|
| 118 |
+
"dtype": "int64",
|
| 119 |
+
"shape": [
|
| 120 |
+
1
|
| 121 |
+
],
|
| 122 |
+
"names": null
|
| 123 |
+
},
|
| 124 |
+
"index": {
|
| 125 |
+
"dtype": "int64",
|
| 126 |
+
"shape": [
|
| 127 |
+
1
|
| 128 |
+
],
|
| 129 |
+
"names": null
|
| 130 |
+
},
|
| 131 |
+
"task_index": {
|
| 132 |
+
"dtype": "int64",
|
| 133 |
+
"shape": [
|
| 134 |
+
1
|
| 135 |
+
],
|
| 136 |
+
"names": null
|
| 137 |
+
}
|
| 138 |
+
}
|
| 139 |
+
}
|
| 140 |
+
```
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
## Citation
|
| 144 |
+
|
| 145 |
+
**BibTeX:**
|
| 146 |
+
|
| 147 |
+
```bibtex
|
| 148 |
+
[More Information Needed]
|
| 149 |
+
```
|
data/chunk-000/file-000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e71d4332ed804bdbbd001eb3b0f9447931a32d07f7645ebe460fbac18b9fa74
|
| 3 |
+
size 418828223
|
data/chunk-000/file-001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29246527ad077ff431a85e0b84905bea2403ddb13e5507bf7f50f966fa889c61
|
| 3 |
+
size 417655957
|
data/chunk-000/file-002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce9b0d4fe9c401b621fe8794f1342051fc07fc53636d00d7200196e10c37cce9
|
| 3 |
+
size 40669302
|
meta/episodes.jsonl
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"episode_index": 0, "tasks": ["pick up the orange juice and place it in the basket"], "length": 143}
|
| 2 |
+
{"episode_index": 1, "tasks": ["pick up the orange juice and place it in the basket"], "length": 136}
|
| 3 |
+
{"episode_index": 2, "tasks": ["pick up the orange juice and place it in the basket"], "length": 136}
|
| 4 |
+
{"episode_index": 3, "tasks": ["pick up the orange juice and place it in the basket"], "length": 129}
|
| 5 |
+
{"episode_index": 4, "tasks": ["pick up the orange juice and place it in the basket"], "length": 125}
|
| 6 |
+
{"episode_index": 5, "tasks": ["pick up the orange juice and place it in the basket"], "length": 127}
|
| 7 |
+
{"episode_index": 6, "tasks": ["pick up the orange juice and place it in the basket"], "length": 132}
|
| 8 |
+
{"episode_index": 7, "tasks": ["pick up the orange juice and place it in the basket"], "length": 254}
|
| 9 |
+
{"episode_index": 8, "tasks": ["pick up the orange juice and place it in the basket"], "length": 135}
|
| 10 |
+
{"episode_index": 9, "tasks": ["pick up the orange juice and place it in the basket"], "length": 128}
|
| 11 |
+
{"episode_index": 10, "tasks": ["pick up the orange juice and place it in the basket"], "length": 121}
|
| 12 |
+
{"episode_index": 11, "tasks": ["pick up the orange juice and place it in the basket"], "length": 195}
|
| 13 |
+
{"episode_index": 12, "tasks": ["pick up the orange juice and place it in the basket"], "length": 121}
|
| 14 |
+
{"episode_index": 13, "tasks": ["pick up the orange juice and place it in the basket"], "length": 125}
|
| 15 |
+
{"episode_index": 14, "tasks": ["pick up the orange juice and place it in the basket"], "length": 144}
|
| 16 |
+
{"episode_index": 15, "tasks": ["pick up the orange juice and place it in the basket"], "length": 119}
|
| 17 |
+
{"episode_index": 16, "tasks": ["pick up the orange juice and place it in the basket"], "length": 131}
|
| 18 |
+
{"episode_index": 17, "tasks": ["pick up the orange juice and place it in the basket"], "length": 141}
|
| 19 |
+
{"episode_index": 18, "tasks": ["pick up the orange juice and place it in the basket"], "length": 142}
|
| 20 |
+
{"episode_index": 19, "tasks": ["pick up the orange juice and place it in the basket"], "length": 126}
|
| 21 |
+
{"episode_index": 20, "tasks": ["pick up the orange juice and place it in the basket"], "length": 166}
|
| 22 |
+
{"episode_index": 21, "tasks": ["pick up the orange juice and place it in the basket"], "length": 114}
|
| 23 |
+
{"episode_index": 22, "tasks": ["pick up the orange juice and place it in the basket"], "length": 123}
|
| 24 |
+
{"episode_index": 23, "tasks": ["pick up the orange juice and place it in the basket"], "length": 134}
|
| 25 |
+
{"episode_index": 24, "tasks": ["pick up the orange juice and place it in the basket"], "length": 138}
|
| 26 |
+
{"episode_index": 25, "tasks": ["pick up the orange juice and place it in the basket"], "length": 133}
|
| 27 |
+
{"episode_index": 26, "tasks": ["pick up the orange juice and place it in the basket"], "length": 148}
|
| 28 |
+
{"episode_index": 27, "tasks": ["pick up the orange juice and place it in the basket"], "length": 127}
|
| 29 |
+
{"episode_index": 28, "tasks": ["pick up the orange juice and place it in the basket"], "length": 168}
|
| 30 |
+
{"episode_index": 29, "tasks": ["pick up the orange juice and place it in the basket"], "length": 120}
|
| 31 |
+
{"episode_index": 30, "tasks": ["pick up the orange juice and place it in the basket"], "length": 129}
|
| 32 |
+
{"episode_index": 31, "tasks": ["pick up the orange juice and place it in the basket"], "length": 163}
|
| 33 |
+
{"episode_index": 32, "tasks": ["pick up the orange juice and place it in the basket"], "length": 124}
|
| 34 |
+
{"episode_index": 33, "tasks": ["pick up the orange juice and place it in the basket"], "length": 123}
|
| 35 |
+
{"episode_index": 34, "tasks": ["pick up the orange juice and place it in the basket"], "length": 153}
|
| 36 |
+
{"episode_index": 35, "tasks": ["pick up the orange juice and place it in the basket"], "length": 141}
|
| 37 |
+
{"episode_index": 36, "tasks": ["pick up the orange juice and place it in the basket"], "length": 142}
|
| 38 |
+
{"episode_index": 37, "tasks": ["pick up the orange juice and place it in the basket"], "length": 142}
|
| 39 |
+
{"episode_index": 38, "tasks": ["pick up the orange juice and place it in the basket"], "length": 134}
|
| 40 |
+
{"episode_index": 39, "tasks": ["pick up the orange juice and place it in the basket"], "length": 201}
|
| 41 |
+
{"episode_index": 40, "tasks": ["pick up the orange juice and place it in the basket"], "length": 121}
|
| 42 |
+
{"episode_index": 41, "tasks": ["pick up the orange juice and place it in the basket"], "length": 133}
|
| 43 |
+
{"episode_index": 42, "tasks": ["pick up the orange juice and place it in the basket"], "length": 133}
|
| 44 |
+
{"episode_index": 43, "tasks": ["pick up the orange juice and place it in the basket"], "length": 145}
|
| 45 |
+
{"episode_index": 44, "tasks": ["pick up the orange juice and place it in the basket"], "length": 126}
|
meta/episodes_stats.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
meta/info.json
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v3.0",
|
| 3 |
+
"robot_type": null,
|
| 4 |
+
"total_episodes": 45,
|
| 5 |
+
"total_frames": 6291,
|
| 6 |
+
"total_tasks": 1,
|
| 7 |
+
"chunks_size": 1000,
|
| 8 |
+
"fps": 20,
|
| 9 |
+
"splits": {
|
| 10 |
+
"train": "0:45"
|
| 11 |
+
},
|
| 12 |
+
"data_path": "data/chunk-{episode_chunk:03d}/file-{episode_index:03d}.parquet",
|
| 13 |
+
"video_path": null,
|
| 14 |
+
"features": {
|
| 15 |
+
"observation.images.image": {
|
| 16 |
+
"dtype": "image",
|
| 17 |
+
"shape": [
|
| 18 |
+
256,
|
| 19 |
+
256,
|
| 20 |
+
3
|
| 21 |
+
],
|
| 22 |
+
"names": [
|
| 23 |
+
"height",
|
| 24 |
+
"width",
|
| 25 |
+
"channel"
|
| 26 |
+
],
|
| 27 |
+
"fps": 20
|
| 28 |
+
},
|
| 29 |
+
"observation.images.wrist_image": {
|
| 30 |
+
"dtype": "image",
|
| 31 |
+
"shape": [
|
| 32 |
+
256,
|
| 33 |
+
256,
|
| 34 |
+
3
|
| 35 |
+
],
|
| 36 |
+
"names": [
|
| 37 |
+
"height",
|
| 38 |
+
"width",
|
| 39 |
+
"channel"
|
| 40 |
+
],
|
| 41 |
+
"fps": 20
|
| 42 |
+
},
|
| 43 |
+
"observation.state": {
|
| 44 |
+
"dtype": "float32",
|
| 45 |
+
"shape": [
|
| 46 |
+
8
|
| 47 |
+
],
|
| 48 |
+
"names": {
|
| 49 |
+
"motors": [
|
| 50 |
+
"x",
|
| 51 |
+
"y",
|
| 52 |
+
"z",
|
| 53 |
+
"roll",
|
| 54 |
+
"pitch",
|
| 55 |
+
"yaw",
|
| 56 |
+
"gripper",
|
| 57 |
+
"gripper"
|
| 58 |
+
]
|
| 59 |
+
},
|
| 60 |
+
"fps": 20
|
| 61 |
+
},
|
| 62 |
+
"observation.state.joint": {
|
| 63 |
+
"dtype": "float32",
|
| 64 |
+
"shape": [
|
| 65 |
+
7
|
| 66 |
+
],
|
| 67 |
+
"names": {
|
| 68 |
+
"motors": [
|
| 69 |
+
"joint_1",
|
| 70 |
+
"joint_2",
|
| 71 |
+
"joint_3",
|
| 72 |
+
"joint_4",
|
| 73 |
+
"joint_5",
|
| 74 |
+
"joint_6",
|
| 75 |
+
"joint_7"
|
| 76 |
+
]
|
| 77 |
+
},
|
| 78 |
+
"fps": 20
|
| 79 |
+
},
|
| 80 |
+
"action": {
|
| 81 |
+
"dtype": "float32",
|
| 82 |
+
"shape": [
|
| 83 |
+
7
|
| 84 |
+
],
|
| 85 |
+
"names": {
|
| 86 |
+
"motors": [
|
| 87 |
+
"x",
|
| 88 |
+
"y",
|
| 89 |
+
"z",
|
| 90 |
+
"roll",
|
| 91 |
+
"pitch",
|
| 92 |
+
"yaw",
|
| 93 |
+
"gripper"
|
| 94 |
+
]
|
| 95 |
+
},
|
| 96 |
+
"fps": 20
|
| 97 |
+
},
|
| 98 |
+
"timestamp": {
|
| 99 |
+
"dtype": "float32",
|
| 100 |
+
"shape": [
|
| 101 |
+
1
|
| 102 |
+
],
|
| 103 |
+
"names": null,
|
| 104 |
+
"fps": 20
|
| 105 |
+
},
|
| 106 |
+
"frame_index": {
|
| 107 |
+
"dtype": "int64",
|
| 108 |
+
"shape": [
|
| 109 |
+
1
|
| 110 |
+
],
|
| 111 |
+
"names": null,
|
| 112 |
+
"fps": 20
|
| 113 |
+
},
|
| 114 |
+
"episode_index": {
|
| 115 |
+
"dtype": "int64",
|
| 116 |
+
"shape": [
|
| 117 |
+
1
|
| 118 |
+
],
|
| 119 |
+
"names": null,
|
| 120 |
+
"fps": 20
|
| 121 |
+
},
|
| 122 |
+
"index": {
|
| 123 |
+
"dtype": "int64",
|
| 124 |
+
"shape": [
|
| 125 |
+
1
|
| 126 |
+
],
|
| 127 |
+
"names": null,
|
| 128 |
+
"fps": 20
|
| 129 |
+
},
|
| 130 |
+
"task_index": {
|
| 131 |
+
"dtype": "int64",
|
| 132 |
+
"shape": [
|
| 133 |
+
1
|
| 134 |
+
],
|
| 135 |
+
"names": null,
|
| 136 |
+
"fps": 20
|
| 137 |
+
}
|
| 138 |
+
},
|
| 139 |
+
"data_files_size_in_mb": 100,
|
| 140 |
+
"video_files_size_in_mb": 200
|
| 141 |
+
}
|
meta/tasks.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"task_index": 0, "task": "pick up the orange juice and place it in the basket"}
|