zacapa commited on
Commit
b832b7e
·
verified ·
1 Parent(s): cb21c3c

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:5526f0990711b8784dd38c65cf9afbb69920ae75118ca4dc56480edc815736ba
3
+ size 29208
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp the brown cube then place it in the white box."], "length": 660}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-30.162811279296875, -99.7448959350586, -42.85714340209961, 39.69762420654297, -1.640211582183838, 0.1638001650571823], "max": [9.682948112487793, 37.5, 95.91836547851562, 94.47084045410156, 6.084656238555908, 26.453725814819336], "mean": [-9.845495223999023, -17.289058685302734, 18.064607620239258, 73.86260986328125, 3.7089970111846924, 8.07769775390625], "std": [14.929768562316895, 55.29774475097656, 54.89480972290039, 13.098352432250977, 2.9556214809417725, 9.048877716064453], "count": [660]}, "observation.state": {"min": [-30.150569915771484, -98.03072357177734, -40.28092575073242, 40.39451217651367, -1.4791336059570312, 0.7660167217254639], "max": [9.438119888305664, 38.243404388427734, 96.01268768310547, 94.08233642578125, 5.969360828399658, 26.04456901550293], "mean": [-10.032159805297852, -16.300058364868164, 19.5577392578125, 74.17161560058594, 3.653733015060425, 9.02098560333252], "std": [15.053606986999512, 55.23894119262695, 54.30074691772461, 12.790546417236328, 2.916734457015991, 9.173558235168457], "count": [660]}, "observation.images.wrist": {"min": [[[0.0]], [[0.050980392156862744]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49552308949220714]], [[0.4855023441427853]], [[0.45965682817998993]]], "std": [[[0.2005016890230378]], [[0.21303929766105234]], [[0.22764672729150034]]], "count": [130]}, "observation.images.overhead": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6766008107088989]], [[0.6138263276143792]], [[0.524548530982906]]], "std": [[[0.1243010484520677]], [[0.16965747329066508]], [[0.22739486519885233]]], "count": [130]}, "timestamp": {"min": [0.0], "max": [21.966666666666665], "mean": [10.983333333333333], "std": [6.350845671305573], "count": [660]}, "frame_index": {"min": [0], "max": [659], "mean": [329.5], "std": [190.5253701391672], "count": [660]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [660]}, "index": {"min": [0], "max": [659], "mean": [329.5], "std": [190.5253701391672], "count": [660]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [660]}}}
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": 660,
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.wrist": {
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.overhead": {
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": "Grasp the brown cube then place it in the white box."}
videos/chunk-000/observation.images.overhead/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b1b2ce80a7581e05994725b9de5d43debc45553476faaac211790fc270d0a18
3
+ size 4709013
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0e5c63bd575c4b4c6a5f350837b8e0f36ea3b68dfe3db9127d7c2c91719e251
3
+ size 2202503