Upload folder using huggingface_hub
Browse files- README.md +17 -0
- data/chunk-000/episode_000000.parquet +3 -0
- meta/episodes.jsonl +1 -0
- meta/episodes_stats.jsonl +1 -0
- meta/info.json +141 -0
- meta/tasks.jsonl +1 -0
- videos/chunk-000/observation.images.main/episode_000000.mp4 +3 -0
- videos/chunk-000/observation.images.secondary_0/episode_000000.mp4 +3 -0
- videos/chunk-000/observation.images.secondary_1/episode_000000.mp4 +3 -0
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
tags:
|
| 4 |
+
- phosphobot
|
| 5 |
+
- so100
|
| 6 |
+
- phospho-dk
|
| 7 |
+
task_categories:
|
| 8 |
+
- robotics
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# BRBK_Cup_Stand_dataset34
|
| 12 |
+
|
| 13 |
+
**This dataset was generated using [phosphobot](https://docs.phospho.ai).**
|
| 14 |
+
|
| 15 |
+
This dataset contains a series of episodes recorded with a robot and multiple cameras. It can be directly used to train a policy using imitation learning. It's compatible with LeRobot.
|
| 16 |
+
|
| 17 |
+
To get started in robotics, [get your own phospho starter pack.](https://robots.phospho.ai).
|
data/chunk-000/episode_000000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ea255150fb24e23e5940e9d12aa9ac06eb6739a18da121425560aae7238fd8b
|
| 3 |
+
size 27809
|
meta/episodes.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"episode_index":0,"tasks":["None"],"length":1253}
|
meta/episodes_stats.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"episode_index": 0, "stats": {"observation.state": {"max": [-0.059839860068377014, -1.1875910690493283, 1.4085382446864128, 0.7441623623887911, 0.2378250848871394, 0.0260840415682669], "min": [-0.5523679390927109, -1.6877909250055054, 0.9114070995029729, 0.7441623623887911, 0.23475637411440212, 0.0260840415682669], "mean": [-0.10458964717089722, -1.6027021633317908, 1.3558950379346102, 0.7441623623888004, 0.23495597501462043, 0.026084041568267272], "std": [0.07544396310577382, 0.12051652502462448, 0.1275160025708304, 0.0, 0.0006337965935055962, 0.0], "count": [1253]}, "action": {"max": [-0.059839860068377014, -1.1875910690493283, 1.4085382446864128, 0.7441623623887911, 0.2378250848871394, 0.0260840415682669], "min": [-0.5523679390927109, -1.6877909250055054, 0.9114070995029729, 0.7441623623887911, 0.23475637411440212, 0.0260840415682669], "mean": [-0.10458964717089722, -1.6027021633317908, 1.3558950379346102, 0.7441623623888004, 0.23495597501462043, 0.026084041568267272], "std": [0.07544396310577382, 0.12051652502462448, 0.1275160025708304, 0.0, 0.0006337965935055962, 0.0], "count": [1253]}, "timestamp": {"max": [60.7713047999996], "min": [0.005426299999726325], "mean": [30.184646925618352], "std": [17.554306092539036], "count": [1253]}, "frame_index": {"max": [1252], "min": [0], "mean": [626.0], "std": [361.709828453693], "count": [1253]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [1253]}, "index": {"max": [1252], "min": [0], "mean": [626.0], "std": [361.709828453693], "count": [1253]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [1253]}, "observation.images.main": {"max": [[[1.0]], [[1.0]], [[1.0]]], "min": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.41996344923973083]], [[0.4174177348613739]], [[0.4393157958984375]]], "std": [[[0.24655477702617645]], [[0.2531799077987671]], [[0.2316780686378479]]], "count": [384921600]}, "observation.images.secondary_0": {"max": [[[1.0]], [[1.0]], [[1.0]]], "min": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.48019394278526306]], [[0.4620105028152466]], [[0.44200918078422546]]], "std": [[[0.22373037040233612]], [[0.2244274616241455]], [[0.25214511156082153]]], "count": [384921600]}, "observation.images.secondary_1": {"max": [[[1.0]], [[1.0]], [[1.0]]], "min": [[[0.0]], [[0.0]], [[0.04313725605607033]]], "mean": [[[0.522993803024292]], [[0.5465708374977112]], [[0.5476861596107483]]], "std": [[[0.20491158962249756]], [[0.19863979518413544]], [[0.18356671929359436]]], "count": [384921600]}}}
|
meta/info.json
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"robot_type": "so-100",
|
| 3 |
+
"codebase_version": "v2.1",
|
| 4 |
+
"total_episodes": 1,
|
| 5 |
+
"total_frames": 1253,
|
| 6 |
+
"total_tasks": 1,
|
| 7 |
+
"total_videos": 3,
|
| 8 |
+
"total_chunks": 1,
|
| 9 |
+
"chunks_size": 1000,
|
| 10 |
+
"fps": 20,
|
| 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 |
+
480,
|
| 84 |
+
640,
|
| 85 |
+
3
|
| 86 |
+
],
|
| 87 |
+
"names": [
|
| 88 |
+
"height",
|
| 89 |
+
"width",
|
| 90 |
+
"channel"
|
| 91 |
+
],
|
| 92 |
+
"info": {
|
| 93 |
+
"video.fps": 20,
|
| 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 |
+
480,
|
| 104 |
+
640,
|
| 105 |
+
3
|
| 106 |
+
],
|
| 107 |
+
"names": [
|
| 108 |
+
"height",
|
| 109 |
+
"width",
|
| 110 |
+
"channel"
|
| 111 |
+
],
|
| 112 |
+
"info": {
|
| 113 |
+
"video.fps": 20,
|
| 114 |
+
"video.codec": "avc1",
|
| 115 |
+
"video.pix_fmt": "yuv420p",
|
| 116 |
+
"video.is_depth_map": false,
|
| 117 |
+
"has_audio": false
|
| 118 |
+
}
|
| 119 |
+
},
|
| 120 |
+
"observation.images.secondary_1": {
|
| 121 |
+
"dtype": "video",
|
| 122 |
+
"shape": [
|
| 123 |
+
480,
|
| 124 |
+
640,
|
| 125 |
+
3
|
| 126 |
+
],
|
| 127 |
+
"names": [
|
| 128 |
+
"height",
|
| 129 |
+
"width",
|
| 130 |
+
"channel"
|
| 131 |
+
],
|
| 132 |
+
"info": {
|
| 133 |
+
"video.fps": 20,
|
| 134 |
+
"video.codec": "avc1",
|
| 135 |
+
"video.pix_fmt": "yuv420p",
|
| 136 |
+
"video.is_depth_map": false,
|
| 137 |
+
"has_audio": false
|
| 138 |
+
}
|
| 139 |
+
}
|
| 140 |
+
}
|
| 141 |
+
}
|
meta/tasks.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"task_index":0,"task":"None"}
|
videos/chunk-000/observation.images.main/episode_000000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de0eaa5e551360ae28e79451c74631b9890091930a55fa39dd62443fd3eb047f
|
| 3 |
+
size 15400713
|
videos/chunk-000/observation.images.secondary_0/episode_000000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51e622117c2b14d051f877adfef126268471ba7d1fae6e161e138904c2bca054
|
| 3 |
+
size 8866640
|
videos/chunk-000/observation.images.secondary_1/episode_000000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7325acba64e53dcb7798fe9e64d4e1973e15bdfccb320e25e8ab0236877ce1f
|
| 3 |
+
size 9854156
|