willnorris commited on
Commit
9755b79
·
verified ·
1 Parent(s): e0eb9ca

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:cd9c756d60a31635acbb0b7bbbcd8f24fcb7945031013b0eadf57190e5a23a32
3
+ size 19989
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick the item and place it in the box"], "length": 343}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [1146.0, 927.0, 2371.0, 2598.0, 1817.0, 0.9579164385795593], "max": [2100.0, 2075.0, 3043.0, 2881.0, 2201.0, 2384.0], "mean": [1849.3148193359375, 1416.341064453125, 2733.454833984375, 2721.227294921875, 2024.1661376953125, 2143.91552734375], "std": [309.84588623046875, 418.27593994140625, 269.7813415527344, 109.04476165771484, 125.571044921875, 163.5990447998047], "count": [343]}, "observation.environment_state": {"min": [340.0, 163.0, 373.0, 239.0], "max": [340.0, 163.0, 373.0, 239.0], "mean": [340.0, 163.0, 373.0, 239.0], "std": [0.0, 0.0, 0.0, 0.0], "count": [343]}, "observation.images.hand": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6038515073529411]], [[0.5596522528594772]], [[0.3642147691993464]]], "std": [[[0.18837400830811563]], [[0.18864238448140383]], [[0.15483075483033676]]], "count": [100]}, "observation.images.head": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5037315890522875]], [[0.5067663051470589]], [[0.49263947099673205]]], "std": [[[0.11287080076765185]], [[0.11320418673850338]], [[0.10839735204970398]]], "count": [100]}, "action": {"min": [1139.0, 926.0, 2328.0, 2584.0, 1806.0, 2047.0], "max": [2108.0, 2068.0, 3141.0, 2882.0, 2205.0, 2390.0], "mean": [1847.9825439453125, 1400.8162841796875, 2742.941650390625, 2718.51318359375, 2026.408203125, 2123.62109375], "std": [312.2377624511719, 406.878662109375, 324.5423583984375, 112.06660461425781, 124.50696563720703, 118.96178436279297], "count": [343]}, "timestamp": {"min": [0.0], "max": [11.4], "mean": [5.7], "std": [3.3005050118630836], "count": [343]}, "frame_index": {"min": [0], "max": [342], "mean": [171.0], "std": [99.0151503558925], "count": [343]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [343]}, "index": {"min": [0], "max": [342], "mean": [171.0], "std": [99.0151503558925], "count": [343]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [343]}}}
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": 343,
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.environment_state": {
34
+ "dtype": "float32",
35
+ "shape": [
36
+ 4
37
+ ],
38
+ "names": [
39
+ "x1",
40
+ "y1",
41
+ "x2",
42
+ "y2"
43
+ ]
44
+ },
45
+ "observation.images.hand": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channel"
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.head": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channel"
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
+ "action": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 6
95
+ ],
96
+ "names": {
97
+ "motors": [
98
+ "shoulder_pan",
99
+ "shoulder_lift",
100
+ "elbow_flex",
101
+ "wrist_flex",
102
+ "wrist_roll",
103
+ "gripper"
104
+ ]
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 the item and place it in the box"}
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:628e4cd91e691cf73bc846a3dfb0ee23a70e70eb068666a7807c4dc919e60517
3
+ size 2517325
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:829b4fec1fd51c2f3234b2d5a03417c83fcc5b1fd15c98e40f2dea59a544c067
3
+ size 2872776