gokulp01 commited on
Commit
32f0708
·
verified ·
1 Parent(s): c50b81c

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:623a0c33cb747267f58ec5acc1f5fe835dc7d192b00ce1308ab5ddd405661e77
3
+ size 70870
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1495}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-37.001953125, 69.873046875, 71.89453125, 30.76171875, 53.525390625, -0.40160641074180603], "max": [-0.703125, 183.603515625, 163.828125, 93.33984375, 108.720703125, 44.47791290283203], "mean": [-17.878128051757812, 132.0899658203125, 117.943115234375, 70.56876373291016, 79.29612731933594, 6.421075344085693], "std": [8.11075496673584, 37.589698791503906, 30.165525436401367, 13.077628135681152, 10.885883331298828, 9.035330772399902], "count": [1495]}, "observation.state": {"min": [-36.650390625, 69.169921875, 73.125, 31.376953125, 53.525390625, 0.44676098227500916], "max": [0.0, 183.427734375, 163.125, 93.1640625, 107.578125, 39.910648345947266], "mean": [-17.312747955322266, 131.03358459472656, 118.36296844482422, 70.02783966064453, 78.8331527709961, 7.5139946937561035], "std": [8.114981651306152, 38.04676055908203, 29.67595100402832, 13.036741256713867, 10.869705200195312, 8.142910957336426], "count": [1495]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19506010433687365]], [[0.17885762612336603]], [[0.16906322933687362]]], "std": [[[0.18242582234443047]], [[0.17233168499078902]], [[0.18309085196443123]]], "count": [240]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5829605034722223]], [[0.5708550517429194]], [[0.5422965482026144]]], "std": [[[0.20262446821777086]], [[0.2096904469063447]], [[0.21640381808818837]]], "count": [240]}, "timestamp": {"min": [0.0], "max": [49.8], "mean": [24.9], "std": [14.385640989078892], "count": [1495]}, "frame_index": {"min": [0], "max": [1494], "mean": [747.0], "std": [431.5692296723667], "count": [1495]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1495]}, "index": {"min": [0], "max": [1494], "mean": [747.0], "std": [431.5692296723667], "count": [1495]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1495]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 1495,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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 a lego block and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdf50b123f5d489ec4041724368a8aef00886ec278383a31f8aeeef63ed2c2b5
3
+ size 13172602
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c1d776aef8f157be6fba1f937b9ac8062bf9c33a23c6bd403d63c6e3fed922
3
+ size 12163037