Upload folder using huggingface_hub
Browse files- data/chunk-000/episode_000000.parquet +3 -0
- meta/episodes.jsonl +1 -0
- meta/episodes_stats.jsonl +1 -0
- meta/info.json +104 -0
- meta/tasks.jsonl +1 -0
- videos/chunk-000/observation.images.front/episode_000000.mp4 +3 -0
data/chunk-000/episode_000000.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0f31ce09f080f2e9dcd3e44dee2217d2d052158d73bf4a21585a38ad324ee66
|
3 |
+
size 127977
|
meta/episodes.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "tasks": ["Put the bronze robot in the cardboard box"], "length": 1789}
|
meta/episodes_stats.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "stats": {"action": {"min": [-66.18650817871094, -101.55314636230469, -17.301097869873047, 46.04182052612305, 10.599023818969727, -0.4334545135498047], "max": [39.6071891784668, 25.494834899902344, 95.80160522460938, 94.81452178955078, 64.97734832763672, 54.39255905151367], "mean": [-13.691683769226074, -37.65773010253906, 33.08109664916992, 73.94376373291016, 30.403417587280273, 12.94622802734375], "std": [26.379358291625977, 39.277503967285156, 38.125431060791016, 9.903447151184082, 16.625146865844727, 17.48941993713379], "count": [1789]}, "observation.state": {"min": [-65.81045532226562, -99.4955825805664, -13.97027587890625, 47.49262619018555, 10.891603469848633, 0.8904109597206116], "max": [38.70682144165039, 24.422025680541992, 95.41400909423828, 93.76316833496094, 62.568233489990234, 53.83561706542969], "mean": [-13.993931770324707, -36.67864227294922, 34.385501861572266, 73.07418823242188, 30.352737426757812, 15.396500587463379], "std": [26.266090393066406, 39.649837493896484, 37.189388275146484, 9.404306411743164, 16.462867736816406, 16.292373657226562], "count": [1789]}, "observation.images.front": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4709495046048723]], [[0.43129745320855617]], [[0.40762518048128343]]], "std": [[[0.2778180734719042]], [[0.2622788660416833]], [[0.26107863231141887]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.6], "mean": [29.799999999999997], "std": [17.214657836984284], "count": [1789]}, "frame_index": {"min": [0], "max": [1788], "mean": [894.0], "std": [516.4397351095286], "count": [1789]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1789]}, "index": {"min": [0], "max": [1788], "mean": [894.0], "std": [516.4397351095286], "count": [1789]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1789]}}}
|
meta/info.json
ADDED
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.1",
|
3 |
+
"robot_type": "so101_follower",
|
4 |
+
"total_episodes": 1,
|
5 |
+
"total_frames": 1789,
|
6 |
+
"total_tasks": 1,
|
7 |
+
"total_videos": 1,
|
8 |
+
"total_chunks": 1,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 30,
|
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 |
+
"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.front": {
|
46 |
+
"dtype": "video",
|
47 |
+
"shape": [
|
48 |
+
480,
|
49 |
+
640,
|
50 |
+
3
|
51 |
+
],
|
52 |
+
"names": [
|
53 |
+
"height",
|
54 |
+
"width",
|
55 |
+
"channels"
|
56 |
+
],
|
57 |
+
"info": {
|
58 |
+
"video.height": 480,
|
59 |
+
"video.width": 640,
|
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 |
+
"timestamp": {
|
69 |
+
"dtype": "float32",
|
70 |
+
"shape": [
|
71 |
+
1
|
72 |
+
],
|
73 |
+
"names": null
|
74 |
+
},
|
75 |
+
"frame_index": {
|
76 |
+
"dtype": "int64",
|
77 |
+
"shape": [
|
78 |
+
1
|
79 |
+
],
|
80 |
+
"names": null
|
81 |
+
},
|
82 |
+
"episode_index": {
|
83 |
+
"dtype": "int64",
|
84 |
+
"shape": [
|
85 |
+
1
|
86 |
+
],
|
87 |
+
"names": null
|
88 |
+
},
|
89 |
+
"index": {
|
90 |
+
"dtype": "int64",
|
91 |
+
"shape": [
|
92 |
+
1
|
93 |
+
],
|
94 |
+
"names": null
|
95 |
+
},
|
96 |
+
"task_index": {
|
97 |
+
"dtype": "int64",
|
98 |
+
"shape": [
|
99 |
+
1
|
100 |
+
],
|
101 |
+
"names": null
|
102 |
+
}
|
103 |
+
}
|
104 |
+
}
|
meta/tasks.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"task_index": 0, "task": "Put the bronze robot in the cardboard box"}
|
videos/chunk-000/observation.images.front/episode_000000.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13858975fa1c87bf9d7473a8a38f12f81d3fb81f96fa64d508f99811d614def5
|
3 |
+
size 23664263
|