shylee commited on
Commit
818fd81
·
verified ·
1 Parent(s): 2ef76b9

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:55576c7741206ec5e8c231f77c82772ff942596027c541dfb0874d88260a6d3c
3
+ size 28349
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a dressing and put it in the cup."], "length": 345}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-84.76712036132812, -4.648174285888672, 6.50390625, 30.982990264892578, -59.76995849609375, 1.904517412185669], "max": [10.898117065429688, 138.85943603515625, 195.380859375, 87.94031524658203, 57.48046875, 59.86460494995117], "mean": [-26.396677017211914, 64.07991027832031, 159.31300354003906, 62.846099853515625, -12.544699668884277, 44.677886962890625], "std": [30.4604434967041, 52.211612701416016, 42.44043731689453, 15.43982982635498, 39.978641510009766, 13.262992858886719], "count": [345]}, "observation.state": {"min": [-84.111328125, -4.833984375, 6.15234375, 31.11328125, -59.4140625, 0.48746517300605774], "max": [10.283203125, 139.5703125, 192.919921875, 87.890625, 57.041015625, 58.91364669799805], "mean": [-26.52309799194336, 63.47868728637695, 156.7100372314453, 62.257389068603516, -12.754585266113281, 44.26287078857422], "std": [31.074859619140625, 54.64397048950195, 45.92198944091797, 16.064041137695312, 39.73615646362305, 13.911199569702148], "count": [345]}, "observation.images.laptop": {"min": [[[0.07058823529411765]], [[0.06666666666666667]], [[0.0392156862745098]]], "max": [[[0.9098039215686274]], [[0.9098039215686274]], [[0.9450980392156862]]], "mean": [[[0.5881402430555556]], [[0.5819154493464053]], [[0.5746810600490196]]], "std": [[[0.13717994717587892]], [[0.13677745238364503]], [[0.13887030982160872]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5769566258169935]], [[0.5521431964869281]], [[0.49857302491830063]]], "std": [[[0.2789672300696239]], [[0.2690707478939045]], [[0.24657191923496422]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [11.466666666666667], "mean": [5.733333333333333], "std": [3.3197501021523808], "count": [345]}, "frame_index": {"min": [0], "max": [344], "mean": [172.0], "std": [99.59250306457142], "count": [345]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [345]}, "index": {"min": [0], "max": [344], "mean": [172.0], "std": [99.59250306457142], "count": [345]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [345]}}}
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": 345,
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 dressing and put it in the 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:5c401a4db861d4f4febacc17cf8df2264b72feab0d3b4de501bae672948a324b
3
+ size 1699386
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:06d4173cf5a980b9be4ca4c10c22bd6e35f10436e5ce0b2422b3798fb9b826f8
3
+ size 3835719