satvikahuja commited on
Commit
713ec7e
·
verified ·
1 Parent(s): c3dfa45

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:8e61e854092a13fa30bfbff9f50ba9433c6b902eeb22a334232184e7ebd472af
3
+ size 244418
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the cube"], "length": 3343}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-35.85051727294922, -93.62203979492188, -103.247314453125, -9.732608795166016, -6.906348705291748, -0.7980575561523438], "max": [7.960517883300781, 75.8265151977539, 102.01314544677734, 85.8434829711914, 4.370165824890137, 68.27778625488281], "mean": [-6.636809349060059, -8.591689109802246, 13.244139671325684, 37.67572784423828, 0.684641420841217, 30.507915496826172], "std": [14.543325424194336, 54.882503509521484, 63.559898376464844, 25.039804458618164, 2.24884033203125, 23.18528938293457], "count": [3343]}, "observation.state": {"min": [-35.801265716552734, -93.08892059326172, -98.46154022216797, -8.187134742736816, -6.471306324005127, 1.0752688646316528, 0.021672409027814865], "max": [7.25767183303833, 76.23262023925781, 99.09502410888672, 85.63074493408203, 3.980463981628418, 67.54032135009766, 0.23314215242862701], "mean": [-6.812036514282227, -6.411012172698975, 15.646708488464355, 38.06402587890625, 0.6613023281097412, 32.49253463745117, 0.09494420886039734], "std": [14.493684768676758, 56.0087776184082, 62.700801849365234, 24.92173957824707, 2.232124090194702, 22.5104923248291, 0.06129546836018562], "count": [3343]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5418957565657243]], [[0.5407331450898507]], [[0.5082097374826924]]], "std": [[[0.1870911803687577]], [[0.1973438567145319]], [[0.22568478449021626]]], "count": [439]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7725490196078432]], [[0.792156862745098]], [[0.8235294117647058]]], "mean": [[[0.466216259937916]], [[0.4673437188276981]], [[0.45015417401774677]]], "std": [[[0.22118565700190032]], [[0.22395442648150576]], [[0.2360493777930619]]], "count": [439]}, "timestamp": {"min": [0.0], "max": [111.4], "mean": [55.70000000000001], "std": [32.16803105914663], "count": [3343]}, "frame_index": {"min": [0], "max": [3342], "mean": [1671.0], "std": [965.0409317743989], "count": [3343]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3343]}, "index": {"min": [0], "max": [3342], "mean": [1671.0], "std": [965.0409317743989], "count": [3343]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3343]}}}
meta/info.json ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 3343,
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
+ 7
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
+ "ee_object_distance"
44
+ ]
45
+ },
46
+ "observation.images.gripper": {
47
+ "dtype": "video",
48
+ "shape": [
49
+ 480,
50
+ 640,
51
+ 3
52
+ ],
53
+ "names": [
54
+ "height",
55
+ "width",
56
+ "channels"
57
+ ],
58
+ "info": {
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.codec": "av1",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "video.fps": 30,
65
+ "video.channels": 3,
66
+ "has_audio": false
67
+ }
68
+ },
69
+ "observation.images.top": {
70
+ "dtype": "video",
71
+ "shape": [
72
+ 480,
73
+ 640,
74
+ 3
75
+ ],
76
+ "names": [
77
+ "height",
78
+ "width",
79
+ "channels"
80
+ ],
81
+ "info": {
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.codec": "av1",
85
+ "video.pix_fmt": "yuv420p",
86
+ "video.is_depth_map": false,
87
+ "video.fps": 30,
88
+ "video.channels": 3,
89
+ "has_audio": false
90
+ }
91
+ },
92
+ "timestamp": {
93
+ "dtype": "float32",
94
+ "shape": [
95
+ 1
96
+ ],
97
+ "names": null
98
+ },
99
+ "frame_index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null
105
+ },
106
+ "episode_index": {
107
+ "dtype": "int64",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": null
112
+ },
113
+ "index": {
114
+ "dtype": "int64",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "task_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ }
127
+ }
128
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the cube"}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae02339ccf63a37415df9e8b633e0dc97dbec452a0a823734feca7970b97cc32
3
+ size 9663462
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:8825909082e675075ec2e866429372fa40281b55d66ee6eacc3d430e60cbc8c8
3
+ size 21368514