zxjessica commited on
Commit
2d5f444
·
verified ·
1 Parent(s): 94723e5

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:aa92fee8cfb7f394dce4c6a510e2815c1e806bbb0de19b71771bb7927c6d62a8
3
+ size 74971
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp rum bottle and pour into a cup."], "length": 1032}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [62.85276794433594, 31.450660705566406, 67.7051010131836, -77.93185424804688, -99.88684844970703, -1.746443271636963], "max": [109.394775390625, 194.77975463867188, 183.9886474609375, 64.22444915771484, 10.954643249511719, 49.453189849853516], "mean": [77.4880142211914, 113.40753173828125, 129.09063720703125, -12.350281715393066, -75.6228256225586, 10.706611633300781], "std": [14.805593490600586, 59.36392593383789, 30.6296443939209, 49.5440673828125, 27.03899383544922, 18.466856002807617], "count": [1032]}, "observation.state": {"min": [63.720703125, 30.234375, 72.24609375, -76.2890625, -99.228515625, -0.6530612111091614], "max": [109.248046875, 191.513671875, 176.748046875, 70.48828125, 10.1953125, 49.38775634765625], "mean": [77.36302185058594, 111.79411315917969, 132.3831329345703, -11.20528793334961, -75.1707763671875, 17.928611755371094], "std": [14.847553253173828, 59.36103820800781, 29.9215145111084, 50.3376350402832, 27.430627822875977, 16.20496940612793], "count": [1032]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.277305494954392]], [[0.2647859185340803]], [[0.24017587355455003]]], "std": [[[0.21649941270868076]], [[0.21128414036752546]], [[0.23852129764500785]]], "count": [182]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3663805225615887]], [[0.3277544766303957]], [[0.3121095433365654]]], "std": [[[0.2512779013943959]], [[0.2105052188734671]], [[0.1676440616080715]]], "count": [182]}, "timestamp": {"min": [0.0], "max": [34.36666666666667], "mean": [17.183333333333334], "std": [9.930419967994341], "count": [1032]}, "frame_index": {"min": [0], "max": [1031], "mean": [515.5], "std": [297.91259903983024], "count": [1032]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1032]}, "index": {"min": [0], "max": [1031], "mean": [515.5], "std": [297.91259903983024], "count": [1032]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1032]}}}
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": 1032,
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 rum bottle and pour into a cup."}
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:53e66370c43c9f91ca8517ca8cf30cee123929d3bf4fe43720d2ec358b4bdf5f
3
+ size 2956395
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:04250cd344489e81f6a2500d30fe1166a33a52acfdcafdc3f29f0aeea0ae0b2f
3
+ size 29636784