Datasets:
Upload validated SO100 Orange2Green TsFile dataset
Browse files- .gitattributes +60 -60
- README.md +133 -3
- data/rasmusp_so100_orange2green.tsfile +3 -0
- meta/episodes.jsonl +50 -0
- meta/episodes_stats.jsonl +0 -0
- meta/info.json +313 -0
- meta/tasks.jsonl +1 -0
.gitattributes
CHANGED
|
@@ -1,60 +1,60 @@
|
|
| 1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.
|
| 4 |
-
*.
|
| 5 |
-
*.
|
| 6 |
-
*.
|
| 7 |
-
*.
|
| 8 |
-
*.
|
| 9 |
-
*.
|
| 10 |
-
*.
|
| 11 |
-
*.
|
| 12 |
-
*.
|
| 13 |
-
*.
|
| 14 |
-
*.
|
| 15 |
-
*.
|
| 16 |
-
*.
|
| 17 |
-
*.
|
| 18 |
-
*.
|
| 19 |
-
*.
|
| 20 |
-
*.
|
| 21 |
-
*.
|
| 22 |
-
*.
|
| 23 |
-
*.
|
| 24 |
-
*.
|
| 25 |
-
*.
|
| 26 |
-
*.
|
| 27 |
-
*.
|
| 28 |
-
*
|
| 29 |
-
|
| 30 |
-
*.tar
|
| 31 |
-
*.
|
| 32 |
-
*.
|
| 33 |
-
*.
|
| 34 |
-
*.
|
| 35 |
-
*.
|
| 36 |
-
*.
|
| 37 |
-
*
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
*.
|
| 41 |
-
*.
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
*.
|
| 45 |
-
*.
|
| 46 |
-
*.
|
| 47 |
-
*.
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
*.
|
| 51 |
-
*.
|
| 52 |
-
*.
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
*.
|
| 56 |
-
*.
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
*.
|
| 60 |
-
*.
|
|
|
|
| 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
|
| 60 |
+
*.tsfile filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,133 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
authors:
|
| 4 |
+
- RasmusP
|
| 5 |
+
task_categories:
|
| 6 |
+
- robotics
|
| 7 |
+
tags:
|
| 8 |
+
- tsfile
|
| 9 |
+
- timeseries
|
| 10 |
+
- tabular
|
| 11 |
+
modality:
|
| 12 |
+
- timeseries
|
| 13 |
+
- tabular
|
| 14 |
+
pretty_name: SO100 Orange2Green TsFile
|
| 15 |
+
configs:
|
| 16 |
+
- config_name: default
|
| 17 |
+
data_files:
|
| 18 |
+
- split: train
|
| 19 |
+
path: data/rasmusp_so100_orange2green.tsfile
|
| 20 |
+
size_categories:
|
| 21 |
+
- 10K<n<100K
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# SO100 Orange2Green TsFile
|
| 25 |
+
|
| 26 |
+
This Apache TsFile dataset is derived from
|
| 27 |
+
[`RasmusP/so100_Orange2Green`](https://huggingface.co/datasets/RasmusP/so100_Orange2Green), a LeRobot v2.1 SO100
|
| 28 |
+
robot-manipulation dataset. It contains numeric trajectories, timing, and
|
| 29 |
+
episode/task tags. The camera videos remain in the original repository.
|
| 30 |
+
|
| 31 |
+
## Source Dataset and Attribution
|
| 32 |
+
|
| 33 |
+
- Original dataset: [`RasmusP/so100_Orange2Green`](https://huggingface.co/datasets/RasmusP/so100_Orange2Green)
|
| 34 |
+
- Repository owner, publisher, and commit author:
|
| 35 |
+
[RasmusP](https://huggingface.co/RasmusP)
|
| 36 |
+
- License: Apache-2.0
|
| 37 |
+
- Task: "Grasp the orange block and drop it in the box."
|
| 38 |
+
- Robot: `so100`; LeRobot version: `v2.1`
|
| 39 |
+
- Split: `train`; sampling rate: 30 fps
|
| 40 |
+
- Scale: 50 episodes, 29,712 frames, 1 task
|
| 41 |
+
- Source shards: 50 Parquet files totaling 1,357,643 bytes
|
| 42 |
+
- Source frame layout:
|
| 43 |
+
`data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet`
|
| 44 |
+
- Paper, external homepage, separate real-name author, and completed citation:
|
| 45 |
+
not provided by the source card.
|
| 46 |
+
|
| 47 |
+
All three source repository commits are attributed to RasmusP.
|
| 48 |
+
|
| 49 |
+
## TsFile Data
|
| 50 |
+
|
| 51 |
+
- File: `data/rasmusp_so100_orange2green.tsfile` (400,808 bytes)
|
| 52 |
+
- Table: `rasmusp_so100_orange2green`
|
| 53 |
+
- Rows: 29,712; episodes/devices: 50; tasks: 1
|
| 54 |
+
- Time precision: milliseconds
|
| 55 |
+
- TsFile/source-Parquet size ratio: 0.295
|
| 56 |
+
- Source `meta/` is retained, with `meta/info.json` updated for the
|
| 57 |
+
TsFile schema and source-video alignment.
|
| 58 |
+
|
| 59 |
+
## Schema and Mapping
|
| 60 |
+
|
| 61 |
+
`Time = round(timestamp * 1000)` milliseconds. Time starts at zero and is
|
| 62 |
+
strictly increasing inside every episode. The source `timestamp` is dropped
|
| 63 |
+
afterward because it is represented by `Time / 1000` seconds.
|
| 64 |
+
|
| 65 |
+
| TsFile column | Role | Type | Source mapping |
|
| 66 |
+
|---|---|---|---|
|
| 67 |
+
| `Time` | TIME | TIMESTAMP | `round(timestamp * 1000)` ms |
|
| 68 |
+
| `episode_index` | TAG | STRING | Original INT64 episode index |
|
| 69 |
+
| `task_index` | TAG | STRING | Original INT64 task index |
|
| 70 |
+
| `frame_index` | FIELD | INT64 | Preserved |
|
| 71 |
+
| `sample_index` | FIELD | INT64 | Renamed from `index` |
|
| 72 |
+
| `action_0` ... `action_5` | FIELD | FLOAT | Flattened from `action[6]` |
|
| 73 |
+
| `observation_state_0` ... `observation_state_5` | FIELD | FLOAT | Flattened from `observation.state[6]` |
|
| 74 |
+
|
| 75 |
+
The vector dimensions are `main_shoulder_pan`, `main_shoulder_lift`,
|
| 76 |
+
`main_elbow_flex`, `main_wrist_flex`, `main_wrist_roll`, and
|
| 77 |
+
`main_gripper`. Dots in source names are replaced by underscores. No
|
| 78 |
+
numeric row, episode, task, state dimension, or action dimension is dropped.
|
| 79 |
+
|
| 80 |
+
## Encodings and Compression
|
| 81 |
+
|
| 82 |
+
- FLOAT/DOUBLE: `GORILLA + LZ4`
|
| 83 |
+
- INT32/INT64: `TS_2DIFF + LZ4`
|
| 84 |
+
- Time: `TS_2DIFF + LZ4`
|
| 85 |
+
- BOOLEAN: `RLE + LZ4` (the source contains no BOOLEAN field)
|
| 86 |
+
- TAG: TsFile table/device TAG storage
|
| 87 |
+
|
| 88 |
+
The physical table schema, every field codec, TAG roles, and all 29,712 rows
|
| 89 |
+
were read back with the Apache TsFile Java API.
|
| 90 |
+
|
| 91 |
+
## Videos
|
| 92 |
+
|
| 93 |
+
Videos are not included here. The source contains 100 frame-aligned AV1 MP4
|
| 94 |
+
files (513,790,985 bytes), 640x480 at 30 fps with no audio, in two streams
|
| 95 |
+
with 50 episode files each:
|
| 96 |
+
|
| 97 |
+
- [`observation.images.webcam`](https://huggingface.co/datasets/RasmusP/so100_Orange2Green/tree/main/videos/chunk-000/observation.images.webcam)
|
| 98 |
+
- [`observation.images.phone`](https://huggingface.co/datasets/RasmusP/so100_Orange2Green/tree/main/videos/chunk-000/observation.images.phone)
|
| 99 |
+
|
| 100 |
+
The source layout is
|
| 101 |
+
`videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4`.
|
| 102 |
+
Use `episode_index`, `frame_index`, and `meta/episodes.jsonl` to align
|
| 103 |
+
numeric rows with both original video streams.
|
| 104 |
+
|
| 105 |
+
## Data Integrity
|
| 106 |
+
|
| 107 |
+
Source Parquet, staged Parquet, and complete Java TsFile readback contain the
|
| 108 |
+
same 29,712 rows. Scalar values, flattened vector values, TAGs, episode
|
| 109 |
+
indexes, Time mapping, monotonicity, physical codecs, file size, and SHA-256
|
| 110 |
+
were checked locally. The conversion script and local reports are excluded
|
| 111 |
+
from the upload-ready directory.
|
| 112 |
+
|
| 113 |
+
## Minimal Read Example
|
| 114 |
+
|
| 115 |
+
```python
|
| 116 |
+
from tsfile import TsFileReader
|
| 117 |
+
|
| 118 |
+
reader = TsFileReader("data/rasmusp_so100_orange2green.tsfile")
|
| 119 |
+
with reader.query_table(
|
| 120 |
+
"rasmusp_so100_orange2green",
|
| 121 |
+
["episode_index", "task_index", "frame_index", "sample_index",
|
| 122 |
+
"action_0", "observation_state_0"],
|
| 123 |
+
batch_size=65536,
|
| 124 |
+
) as result:
|
| 125 |
+
batch = result.read_arrow_batch()
|
| 126 |
+
print(batch.to_pandas().head())
|
| 127 |
+
reader.close()
|
| 128 |
+
```
|
| 129 |
+
|
| 130 |
+
## Citation
|
| 131 |
+
|
| 132 |
+
The source card provides no paper or completed citation. Cite the original
|
| 133 |
+
Hugging Face dataset and its publisher RasmusP when using this dataset.
|
data/rasmusp_so100_orange2green.tsfile
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73ae8787166d2572a45b84a72d5464490aee6b23d85b4d0fa4f9ab02057f5112
|
| 3 |
+
size 400808
|
meta/episodes.jsonl
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"episode_index": 0, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 2 |
+
{"episode_index": 1, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 3 |
+
{"episode_index": 2, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 4 |
+
{"episode_index": 3, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 5 |
+
{"episode_index": 4, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 6 |
+
{"episode_index": 5, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 7 |
+
{"episode_index": 6, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 8 |
+
{"episode_index": 7, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 9 |
+
{"episode_index": 8, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 10 |
+
{"episode_index": 9, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 11 |
+
{"episode_index": 10, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 12 |
+
{"episode_index": 11, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 13 |
+
{"episode_index": 12, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 14 |
+
{"episode_index": 13, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 15 |
+
{"episode_index": 14, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 16 |
+
{"episode_index": 15, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 17 |
+
{"episode_index": 16, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 18 |
+
{"episode_index": 17, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 19 |
+
{"episode_index": 18, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 20 |
+
{"episode_index": 19, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 21 |
+
{"episode_index": 20, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 22 |
+
{"episode_index": 21, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 23 |
+
{"episode_index": 22, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 24 |
+
{"episode_index": 23, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 25 |
+
{"episode_index": 24, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 26 |
+
{"episode_index": 25, "tasks": ["Grasp the orange block and drop it in the box."], "length": 587}
|
| 27 |
+
{"episode_index": 26, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 28 |
+
{"episode_index": 27, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 29 |
+
{"episode_index": 28, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 30 |
+
{"episode_index": 29, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 31 |
+
{"episode_index": 30, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 32 |
+
{"episode_index": 31, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 33 |
+
{"episode_index": 32, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 34 |
+
{"episode_index": 33, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 35 |
+
{"episode_index": 34, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 36 |
+
{"episode_index": 35, "tasks": ["Grasp the orange block and drop it in the box."], "length": 595}
|
| 37 |
+
{"episode_index": 36, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 38 |
+
{"episode_index": 37, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 39 |
+
{"episode_index": 38, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 40 |
+
{"episode_index": 39, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 41 |
+
{"episode_index": 40, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 42 |
+
{"episode_index": 41, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 43 |
+
{"episode_index": 42, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 44 |
+
{"episode_index": 43, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 45 |
+
{"episode_index": 44, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 46 |
+
{"episode_index": 45, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 47 |
+
{"episode_index": 46, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 48 |
+
{"episode_index": 47, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 49 |
+
{"episode_index": 48, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
| 50 |
+
{"episode_index": 49, "tasks": ["Grasp the orange block and drop it in the box."], "length": 594}
|
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,313 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"codebase_version": "v2.1",
|
| 3 |
+
"robot_type": "so100",
|
| 4 |
+
"total_episodes": 50,
|
| 5 |
+
"total_frames": 29712,
|
| 6 |
+
"total_tasks": 1,
|
| 7 |
+
"total_videos": 100,
|
| 8 |
+
"total_chunks": 1,
|
| 9 |
+
"chunks_size": 1000,
|
| 10 |
+
"fps": 30,
|
| 11 |
+
"splits": {
|
| 12 |
+
"train": "0:50"
|
| 13 |
+
},
|
| 14 |
+
"data_path": "data/rasmusp_so100_orange2green.tsfile",
|
| 15 |
+
"features": {
|
| 16 |
+
"Time": {
|
| 17 |
+
"dtype": "int64",
|
| 18 |
+
"shape": [
|
| 19 |
+
1
|
| 20 |
+
],
|
| 21 |
+
"tsfile_role": "TIME",
|
| 22 |
+
"unit": "ms"
|
| 23 |
+
},
|
| 24 |
+
"episode_index": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"shape": [
|
| 27 |
+
1
|
| 28 |
+
],
|
| 29 |
+
"tsfile_role": "TAG",
|
| 30 |
+
"source_dtype": "int64"
|
| 31 |
+
},
|
| 32 |
+
"task_index": {
|
| 33 |
+
"dtype": "string",
|
| 34 |
+
"shape": [
|
| 35 |
+
1
|
| 36 |
+
],
|
| 37 |
+
"tsfile_role": "TAG",
|
| 38 |
+
"source_dtype": "int64"
|
| 39 |
+
},
|
| 40 |
+
"frame_index": {
|
| 41 |
+
"dtype": "int64",
|
| 42 |
+
"shape": [
|
| 43 |
+
1
|
| 44 |
+
],
|
| 45 |
+
"tsfile_role": "FIELD"
|
| 46 |
+
},
|
| 47 |
+
"sample_index": {
|
| 48 |
+
"dtype": "int64",
|
| 49 |
+
"shape": [
|
| 50 |
+
1
|
| 51 |
+
],
|
| 52 |
+
"tsfile_role": "FIELD"
|
| 53 |
+
},
|
| 54 |
+
"action_0": {
|
| 55 |
+
"dtype": "float32",
|
| 56 |
+
"shape": [
|
| 57 |
+
1
|
| 58 |
+
],
|
| 59 |
+
"tsfile_role": "FIELD"
|
| 60 |
+
},
|
| 61 |
+
"action_1": {
|
| 62 |
+
"dtype": "float32",
|
| 63 |
+
"shape": [
|
| 64 |
+
1
|
| 65 |
+
],
|
| 66 |
+
"tsfile_role": "FIELD"
|
| 67 |
+
},
|
| 68 |
+
"action_2": {
|
| 69 |
+
"dtype": "float32",
|
| 70 |
+
"shape": [
|
| 71 |
+
1
|
| 72 |
+
],
|
| 73 |
+
"tsfile_role": "FIELD"
|
| 74 |
+
},
|
| 75 |
+
"action_3": {
|
| 76 |
+
"dtype": "float32",
|
| 77 |
+
"shape": [
|
| 78 |
+
1
|
| 79 |
+
],
|
| 80 |
+
"tsfile_role": "FIELD"
|
| 81 |
+
},
|
| 82 |
+
"action_4": {
|
| 83 |
+
"dtype": "float32",
|
| 84 |
+
"shape": [
|
| 85 |
+
1
|
| 86 |
+
],
|
| 87 |
+
"tsfile_role": "FIELD"
|
| 88 |
+
},
|
| 89 |
+
"action_5": {
|
| 90 |
+
"dtype": "float32",
|
| 91 |
+
"shape": [
|
| 92 |
+
1
|
| 93 |
+
],
|
| 94 |
+
"tsfile_role": "FIELD"
|
| 95 |
+
},
|
| 96 |
+
"observation_state_0": {
|
| 97 |
+
"dtype": "float32",
|
| 98 |
+
"shape": [
|
| 99 |
+
1
|
| 100 |
+
],
|
| 101 |
+
"tsfile_role": "FIELD"
|
| 102 |
+
},
|
| 103 |
+
"observation_state_1": {
|
| 104 |
+
"dtype": "float32",
|
| 105 |
+
"shape": [
|
| 106 |
+
1
|
| 107 |
+
],
|
| 108 |
+
"tsfile_role": "FIELD"
|
| 109 |
+
},
|
| 110 |
+
"observation_state_2": {
|
| 111 |
+
"dtype": "float32",
|
| 112 |
+
"shape": [
|
| 113 |
+
1
|
| 114 |
+
],
|
| 115 |
+
"tsfile_role": "FIELD"
|
| 116 |
+
},
|
| 117 |
+
"observation_state_3": {
|
| 118 |
+
"dtype": "float32",
|
| 119 |
+
"shape": [
|
| 120 |
+
1
|
| 121 |
+
],
|
| 122 |
+
"tsfile_role": "FIELD"
|
| 123 |
+
},
|
| 124 |
+
"observation_state_4": {
|
| 125 |
+
"dtype": "float32",
|
| 126 |
+
"shape": [
|
| 127 |
+
1
|
| 128 |
+
],
|
| 129 |
+
"tsfile_role": "FIELD"
|
| 130 |
+
},
|
| 131 |
+
"observation_state_5": {
|
| 132 |
+
"dtype": "float32",
|
| 133 |
+
"shape": [
|
| 134 |
+
1
|
| 135 |
+
],
|
| 136 |
+
"tsfile_role": "FIELD"
|
| 137 |
+
}
|
| 138 |
+
},
|
| 139 |
+
"video_path_original": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 140 |
+
"tsfile_conversion": {
|
| 141 |
+
"source_dataset": "RasmusP/so100_Orange2Green",
|
| 142 |
+
"source_data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 143 |
+
"converted_data_path": "data/rasmusp_so100_orange2green.tsfile",
|
| 144 |
+
"table_name": "rasmusp_so100_orange2green",
|
| 145 |
+
"granularity": "merged",
|
| 146 |
+
"time_precision": "ms",
|
| 147 |
+
"time_mapping": {
|
| 148 |
+
"source": "timestamp",
|
| 149 |
+
"fps": 30,
|
| 150 |
+
"unit": "milliseconds"
|
| 151 |
+
},
|
| 152 |
+
"tag_columns": [
|
| 153 |
+
"episode_index",
|
| 154 |
+
"task_index"
|
| 155 |
+
],
|
| 156 |
+
"row_count": 29712,
|
| 157 |
+
"feature_source": "features describe the converted TsFile schema",
|
| 158 |
+
"flattened_features": {
|
| 159 |
+
"action": [
|
| 160 |
+
"action_0",
|
| 161 |
+
"action_1",
|
| 162 |
+
"action_2",
|
| 163 |
+
"action_3",
|
| 164 |
+
"action_4",
|
| 165 |
+
"action_5"
|
| 166 |
+
],
|
| 167 |
+
"observation.state": [
|
| 168 |
+
"observation_state_0",
|
| 169 |
+
"observation_state_1",
|
| 170 |
+
"observation_state_2",
|
| 171 |
+
"observation_state_3",
|
| 172 |
+
"observation_state_4",
|
| 173 |
+
"observation_state_5"
|
| 174 |
+
]
|
| 175 |
+
},
|
| 176 |
+
"renamed_features": {
|
| 177 |
+
"index": "sample_index"
|
| 178 |
+
},
|
| 179 |
+
"dropped_features": [
|
| 180 |
+
"timestamp"
|
| 181 |
+
],
|
| 182 |
+
"omitted_features": [
|
| 183 |
+
"observation.images.webcam",
|
| 184 |
+
"observation.images.phone"
|
| 185 |
+
],
|
| 186 |
+
"original_video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 187 |
+
"original_video_features": {
|
| 188 |
+
"observation.images.webcam": {
|
| 189 |
+
"dtype": "video",
|
| 190 |
+
"shape": [
|
| 191 |
+
480,
|
| 192 |
+
640,
|
| 193 |
+
3
|
| 194 |
+
],
|
| 195 |
+
"names": [
|
| 196 |
+
"height",
|
| 197 |
+
"width",
|
| 198 |
+
"channels"
|
| 199 |
+
],
|
| 200 |
+
"info": {
|
| 201 |
+
"video.fps": 30.0,
|
| 202 |
+
"video.height": 480,
|
| 203 |
+
"video.width": 640,
|
| 204 |
+
"video.channels": 3,
|
| 205 |
+
"video.codec": "av1",
|
| 206 |
+
"video.pix_fmt": "yuv420p",
|
| 207 |
+
"video.is_depth_map": false,
|
| 208 |
+
"has_audio": false
|
| 209 |
+
}
|
| 210 |
+
},
|
| 211 |
+
"observation.images.phone": {
|
| 212 |
+
"dtype": "video",
|
| 213 |
+
"shape": [
|
| 214 |
+
480,
|
| 215 |
+
640,
|
| 216 |
+
3
|
| 217 |
+
],
|
| 218 |
+
"names": [
|
| 219 |
+
"height",
|
| 220 |
+
"width",
|
| 221 |
+
"channels"
|
| 222 |
+
],
|
| 223 |
+
"info": {
|
| 224 |
+
"video.fps": 30.0,
|
| 225 |
+
"video.height": 480,
|
| 226 |
+
"video.width": 640,
|
| 227 |
+
"video.channels": 3,
|
| 228 |
+
"video.codec": "av1",
|
| 229 |
+
"video.pix_fmt": "yuv420p",
|
| 230 |
+
"video.is_depth_map": false,
|
| 231 |
+
"has_audio": false
|
| 232 |
+
}
|
| 233 |
+
}
|
| 234 |
+
},
|
| 235 |
+
"original_video_source": "https://huggingface.co/datasets/RasmusP/so100_Orange2Green/tree/main/videos",
|
| 236 |
+
"video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos.",
|
| 237 |
+
"source_revision": "06aa72b13edeed2ba48329272dd2f369782947fc",
|
| 238 |
+
"original_dataset_url": "https://huggingface.co/datasets/RasmusP/so100_Orange2Green",
|
| 239 |
+
"original_dataset_author": {
|
| 240 |
+
"huggingface_user": "RasmusP",
|
| 241 |
+
"role": "repository owner, publisher, and commit author",
|
| 242 |
+
"url": "https://huggingface.co/RasmusP"
|
| 243 |
+
},
|
| 244 |
+
"episode_file_count": 50,
|
| 245 |
+
"episode_count": 50,
|
| 246 |
+
"actual_episode_indexes": [
|
| 247 |
+
0,
|
| 248 |
+
1,
|
| 249 |
+
2,
|
| 250 |
+
3,
|
| 251 |
+
4,
|
| 252 |
+
5,
|
| 253 |
+
6,
|
| 254 |
+
7,
|
| 255 |
+
8,
|
| 256 |
+
9,
|
| 257 |
+
10,
|
| 258 |
+
11,
|
| 259 |
+
12,
|
| 260 |
+
13,
|
| 261 |
+
14,
|
| 262 |
+
15,
|
| 263 |
+
16,
|
| 264 |
+
17,
|
| 265 |
+
18,
|
| 266 |
+
19,
|
| 267 |
+
20,
|
| 268 |
+
21,
|
| 269 |
+
22,
|
| 270 |
+
23,
|
| 271 |
+
24,
|
| 272 |
+
25,
|
| 273 |
+
26,
|
| 274 |
+
27,
|
| 275 |
+
28,
|
| 276 |
+
29,
|
| 277 |
+
30,
|
| 278 |
+
31,
|
| 279 |
+
32,
|
| 280 |
+
33,
|
| 281 |
+
34,
|
| 282 |
+
35,
|
| 283 |
+
36,
|
| 284 |
+
37,
|
| 285 |
+
38,
|
| 286 |
+
39,
|
| 287 |
+
40,
|
| 288 |
+
41,
|
| 289 |
+
42,
|
| 290 |
+
43,
|
| 291 |
+
44,
|
| 292 |
+
45,
|
| 293 |
+
46,
|
| 294 |
+
47,
|
| 295 |
+
48,
|
| 296 |
+
49
|
| 297 |
+
],
|
| 298 |
+
"source_video_file_count": 100,
|
| 299 |
+
"source_video_bytes": 513790985,
|
| 300 |
+
"source_video_streams": [
|
| 301 |
+
"observation.images.webcam",
|
| 302 |
+
"observation.images.phone"
|
| 303 |
+
],
|
| 304 |
+
"frame_video_alignment": "episode_index and frame_index preserve alignment with both original per-episode video streams and meta/episodes.jsonl.",
|
| 305 |
+
"encoding_profile": {
|
| 306 |
+
"FLOAT_DOUBLE": "GORILLA+LZ4",
|
| 307 |
+
"INT32_INT64": "TS_2DIFF+LZ4",
|
| 308 |
+
"Time": "TS_2DIFF+LZ4",
|
| 309 |
+
"BOOLEAN": "RLE+LZ4 (no BOOLEAN fields in source)",
|
| 310 |
+
"TAG": "TsFile table/device TAG mechanism"
|
| 311 |
+
}
|
| 312 |
+
}
|
| 313 |
+
}
|
meta/tasks.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"task_index": 0, "task": "Grasp the orange block and drop it in the box."}
|