afafafawdfa commited on
Commit
1e62a74
·
verified ·
1 Parent(s): aaa7729

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca8cd75bd72dd1323e51f8a0cbeea39e27c775c769756037cc254af5941a3746
3
+ size 121153
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the brick into the box"], "length": 1736}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-40.17603302001953, -63.05742645263672, -88.46055603027344, 35.50038146972656, -21.176755905151367, 0.6694564819335938], "max": [1.646554946899414, 40.31040573120117, 42.57387161254883, 98.9970474243164, 4.01861047744751, 35.63563919067383], "mean": [-15.032720565795898, 10.7030611038208, -23.16117286682129, 64.1343002319336, -3.453702926635742, 12.324726104736328], "std": [15.501798629760742, 17.931028366088867, 21.539047241210938, 13.951414108276367, 7.488258361816406, 11.289175033569336], "count": [1736]}, "observation.state": {"min": [-40.18281555175781, -61.47332763671875, -86.52896118164062, 36.70348358154297, -20.895523071289062, 1.2829169034957886], "max": [1.425959825515747, 40.38949966430664, 42.97261047363281, 98.64060974121094, 3.6541430950164795, 34.97636795043945], "mean": [-15.010597229003906, 12.605008125305176, -21.547515869140625, 64.36331176757812, -3.524305582046509, 12.699846267700195], "std": [15.524788856506348, 17.647594451904297, 21.689332962036133, 14.02702522277832, 7.499007225036621, 10.80960464477539], "count": [1736]}, "observation.images.ground_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5479538810238026]], [[0.5142149218673788]], [[0.4993997353916691]]], "std": [[[0.2714955350559612]], [[0.24869505349934212]], [[0.23834474245259862]]], "count": [268]}, "observation.images.follower_view": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5316133563188957]], [[0.5285020401972979]], [[0.5374057508108965]]], "std": [[[0.3105606345645831]], [[0.28967245613696013]], [[0.27403306615214473]]], "count": [268]}, "timestamp": {"min": [0.0], "max": [57.833333333333336], "mean": [28.916666666666664], "std": [16.70466501709428], "count": [1736]}, "frame_index": {"min": [0], "max": [1735], "mean": [867.5], "std": [501.1399505128283], "count": [1736]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1736]}, "index": {"min": [0], "max": [1735], "mean": [867.5], "std": [501.1399505128283], "count": [1736]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1736]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1736,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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.ground_view": {
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
+ "observation.images.follower_view": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
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": "Put the brick into the box"}
videos/chunk-000/observation.images.follower_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76e1851243a13ac621da04914c2d0b7e1a1c828b804988e1804a798143878b64
3
+ size 60045190
videos/chunk-000/observation.images.ground_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c67d8cb5830e6f04c268dc9daef363bf4a0a9472e6c823924b032294f5016f50
3
+ size 15961086