willnorris commited on
Commit
ba590f6
·
verified ·
1 Parent(s): f94ded9

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:a4dd263dbf01ea04b2299290117d5d755b4eb6636a3834615d0d6c9cc35ad621
3
+ size 14669
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the highlighted item."], "length": 190}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [2057.0, 878.0, 1980.0, 2439.0, 1896.0, 2052.0], "max": [3060.0, 2280.0, 3102.0, 2906.0, 2340.0, 2473.0], "mean": [2320.99462890625, 1617.6368408203125, 2459.189453125, 2673.41064453125, 2094.578857421875, 2221.49462890625], "std": [337.82635498046875, 506.8088684082031, 388.9258117675781, 165.03741455078125, 125.7979736328125, 129.406005859375], "count": [190]}, "observation.images.hand": {"min": [[[0.01568627450980392]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6633921507352941]], [[0.5121952736928105]], [[0.38382503880718954]]], "std": [[[0.21331539852144654]], [[0.18791219646682775]], [[0.19592487654542418]]], "count": [100]}, "observation.images.head": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44594345179738565]], [[0.45753216911764705]], [[0.4391962132352941]]], "std": [[[0.1263874384135112]], [[0.12251567651142194]], [[0.12907284306399572]]], "count": [100]}, "action": {"min": [2058.0, 878.0, 1927.0, 2428.0, 1877.0, 2046.0], "max": [3064.0, 2254.0, 3106.0, 2909.0, 2343.0, 2476.0], "mean": [2319.531494140625, 1592.14208984375, 2428.889404296875, 2666.21044921875, 2093.631591796875, 2176.421142578125], "std": [336.7401428222656, 489.3591003417969, 402.8538818359375, 169.6376953125, 127.14551544189453, 150.77783203125], "count": [190]}, "observation.environment_state": {"min": [258.0, 144.0, 312.0, 261.0], "max": [258.0, 144.0, 312.0, 261.0], "mean": [258.0, 144.0, 312.0, 261.0], "std": [0.0, 0.0, 0.0, 0.0], "count": [190]}, "timestamp": {"min": [0.0], "max": [6.3], "mean": [3.15], "std": [1.8282505298782221], "count": [190]}, "frame_index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [190]}, "index": {"min": [0], "max": [189], "mean": [94.5], "std": [54.847515896346664], "count": [190]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [190]}}}
meta/info.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 190,
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
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": {
23
+ "motors": [
24
+ "shoulder_pan",
25
+ "shoulder_lift",
26
+ "elbow_flex",
27
+ "wrist_flex",
28
+ "wrist_roll",
29
+ "gripper"
30
+ ]
31
+ }
32
+ },
33
+ "observation.images.hand": {
34
+ "dtype": "video",
35
+ "shape": [
36
+ 480,
37
+ 640,
38
+ 3
39
+ ],
40
+ "names": [
41
+ "height",
42
+ "width",
43
+ "channel"
44
+ ],
45
+ "info": {
46
+ "video.height": 480,
47
+ "video.width": 640,
48
+ "video.codec": "av1",
49
+ "video.pix_fmt": "yuv420p",
50
+ "video.is_depth_map": false,
51
+ "video.fps": 30,
52
+ "video.channels": 3,
53
+ "has_audio": false
54
+ }
55
+ },
56
+ "observation.images.head": {
57
+ "dtype": "video",
58
+ "shape": [
59
+ 480,
60
+ 640,
61
+ 3
62
+ ],
63
+ "names": [
64
+ "height",
65
+ "width",
66
+ "channel"
67
+ ],
68
+ "info": {
69
+ "video.height": 480,
70
+ "video.width": 640,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.is_depth_map": false,
74
+ "video.fps": 30,
75
+ "video.channels": 3,
76
+ "has_audio": false
77
+ }
78
+ },
79
+ "action": {
80
+ "dtype": "float32",
81
+ "shape": [
82
+ 6
83
+ ],
84
+ "names": {
85
+ "motors": [
86
+ "shoulder_pan",
87
+ "shoulder_lift",
88
+ "elbow_flex",
89
+ "wrist_flex",
90
+ "wrist_roll",
91
+ "gripper"
92
+ ]
93
+ }
94
+ },
95
+ "observation.environment_state": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 4
99
+ ],
100
+ "names": [
101
+ "x1",
102
+ "y1",
103
+ "x2",
104
+ "y2"
105
+ ]
106
+ },
107
+ "timestamp": {
108
+ "dtype": "float32",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "frame_index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "episode_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "task_index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ }
142
+ }
143
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick up the highlighted item."}
videos/chunk-000/observation.images.hand/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc2b4aaab07c7d0d8def763df80f780dc92eaa00fffe8cdfbe65b0e5bf8e9f64
3
+ size 1767625
videos/chunk-000/observation.images.head/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7608f5aa752f74a1e7bea38042f0895f4d98a4ffab60347cffc544d682192f42
3
+ size 2830567