abhifoo commited on
Commit
fa48e4f
·
verified ·
1 Parent(s): 8dc3d88

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:2fc74ff279bc456f0f921fb9d873f0060b1f0a2133980d5226cb3805a640a0e6
3
+ size 4446
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the orange cube and put it in the brown box"], "length": 45}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.3253796100616455, 69.552490234375, -65.58558654785156, 99.30525207519531, 9.205349922180176, 1.9113149642944336], "max": [-0.3253796100616455, 69.552490234375, -65.58558654785156, 99.30525207519531, 9.205349922180176, 1.9113149642944336], "mean": [-0.3253794312477112, 69.552490234375, -65.58560943603516, 99.30522155761719, 9.205351829528809, 1.9113157987594604], "std": [1.7881393432617188e-07, 0.0, 2.288818359375e-05, 3.0517578125e-05, 1.9073486328125e-06, 8.344650268554688e-07], "count": [45]}, "observation.state": {"min": [1.8691588640213013, 66.68079376220703, -66.60649871826172, 98.78577423095703, 9.116647720336914, 1.5201586484909058], "max": [1.9730010032653809, 66.68079376220703, -66.60649871826172, 98.78577423095703, 9.116647720336914, 1.5201586484909058], "mean": [1.9222331047058105, 66.68082427978516, -66.6064682006836, 98.78582000732422, 9.116645812988281, 1.5201576948165894], "std": [0.05190826207399368, 3.0517578125e-05, 3.0517578125e-05, 4.57763671875e-05, 1.9073486328125e-06, 9.5367431640625e-07], "count": [45]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9490196078431372]], [[0.9372549019607843]], [[0.9568627450980393]]], "mean": [[[0.25949179375453885]], [[0.25447159586056645]], [[0.2514477441902687]]], "std": [[[0.14519114933012556]], [[0.1524804709386319]], [[0.1648061259042938]]], "count": [45]}, "observation.images.top": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4806985294117647]], [[0.46418407770515613]], [[0.43499212962962963]]], "std": [[[0.17072545069093212]], [[0.14420848384393414]], [[0.16824116883605844]]], "count": [45]}, "timestamp": {"min": [0.0], "max": [1.4666666666666666], "mean": [0.7333333333333333], "std": [0.43290577197284796], "count": [45]}, "frame_index": {"min": [0], "max": [44], "mean": [22.0], "std": [12.987173159185437], "count": [45]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [45]}, "index": {"min": [0], "max": [44], "mean": [22.0], "std": [12.987173159185437], "count": [45]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [45]}}}
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": 45,
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.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
+ "observation.images.top": {
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": "Grab the orange cube and put it in the brown 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:f2a124d7b43051907cd582d98bc4c1d278fee0be46226232ce5da1ce2594f0c2
3
+ size 1116394
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bae8f645300efb0770356a7f680ecfc9f9aec93bafe1223ac973c675186f85e
3
+ size 305139