hrhraj commited on
Commit
7a92fce
·
verified ·
1 Parent(s): 381a603

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:2618e3433bd0db36a49fdff78569fe70f3d9e21b2a74fd2390d3dff6e649e878
3
+ size 42264
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the red dice and place in bowl."], "length": 589}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-7.755746841430664, 67.6565170288086, 67.62338256835938, 53.13790512084961, -53.836639404296875, -1.1662096977233887], "max": [40.765140533447266, 185.9980926513672, 164.42935180664062, 66.35118103027344, 2.651416778564453, 20.227338790893555], "mean": [9.238319396972656, 89.4510269165039, 85.81053924560547, 57.87251281738281, -28.767141342163086, 1.374250054359436], "std": [11.276403427124023, 23.03798484802246, 17.91916847229004, 2.634037494659424, 14.532023429870605, 4.070158004760742], "count": [589]}, "observation.state": {"min": [-7.294921875, 67.060546875, 70.048828125, 53.876953125, -53.525390625, 0.07788161933422089], "max": [40.341796875, 191.77734375, 174.814453125, 66.181640625, 2.109375, 20.09345817565918], "mean": [9.279548645019531, 88.39042663574219, 87.56720733642578, 58.111976623535156, -28.74933624267578, 1.784002661705017], "std": [11.249013900756836, 24.248456954956055, 18.93863296508789, 2.6633763313293457, 14.722251892089844, 3.8828585147857666], "count": [589]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.497736831987697]], [[0.4984988191354973]], [[0.465242477137914]]], "std": [[[0.2184671509917293]], [[0.21752732101998684]], [[0.20102960306262294]]], "count": [119]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5314093446202011]], [[0.5196202439309058]], [[0.4980714371532927]]], "std": [[[0.25306863725903195]], [[0.2605052432549562]], [[0.25456701949252947]]], "count": [119]}, "timestamp": {"min": [0.0], "max": [19.6], "mean": [9.8], "std": [5.667646974029188], "count": [589]}, "frame_index": {"min": [0], "max": [588], "mean": [294.0], "std": [170.02940922087566], "count": [589]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [589]}, "index": {"min": [0], "max": [588], "mean": [294.0], "std": [170.02940922087566], "count": [589]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [589]}}}
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": 589,
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.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.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.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": "Pick up the red dice and place in bowl."}
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:5f612a0ac63ad6d9b01b0a4d2cb3581d8b08c41beb480e5d8a491c142a671098
3
+ size 14099624
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:25e57d741ed75d2f883d872408ad2e7f9f07e5d189a385fb1c555417a978696d
3
+ size 7931706