willnorris commited on
Commit
7513a60
·
verified ·
1 Parent(s): 385ee6e

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:460a19921c3f06faa70b88192f2dd8bfbebdba4168a6e443fc4d8a980d81bfd3
3
+ size 15590
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick the item and place it in the box"], "length": 245}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [1966.0, 928.0, 1855.0, 2444.0, 1074.0, 2050.0], "max": [2075.0, 2397.0, 3041.0, 2873.0, 2200.0, 2437.0], "mean": [2039.8857421875, 1499.812255859375, 2613.8857421875, 2702.265380859375, 1802.9632568359375, 2100.812255859375], "std": [23.498388290405273, 599.5487060546875, 486.1586608886719, 156.48936462402344, 435.23779296875, 115.61038208007812], "count": [245]}, "observation.environment_state": {"min": [267.0, 308.0, 357.0, 344.0], "max": [267.0, 308.0, 357.0, 344.0], "mean": [267.0, 308.0, 357.0, 344.0], "std": [0.0, 0.0, 0.0, 0.0], "count": [245]}, "observation.images.hand": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.608592181372549]], [[0.5566101552287581]], [[0.34897690359477124]]], "std": [[[0.1724108297995045]], [[0.1778034971354347]], [[0.15992404483975547]]], "count": [100]}, "observation.images.head": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5114805269607843]], [[0.5163028533496733]], [[0.502533214869281]]], "std": [[[0.1251230764575611]], [[0.12441194383277876]], [[0.11648908411126756]]], "count": [100]}, "action": {"min": [1956.0, 926.0, 1794.0, 2431.0, 1066.0, 2047.0], "max": [2074.0, 2369.0, 3141.0, 2868.0, 2205.0, 2441.0], "mean": [2037.7183837890625, 1465.7633056640625, 2659.2939453125, 2696.436767578125, 1819.30615234375, 2100.6123046875], "std": [24.60507583618164, 582.7657470703125, 554.0588989257812, 158.49050903320312, 436.4472961425781, 116.70172882080078], "count": [245]}, "timestamp": {"min": [0.0], "max": [8.133333333333333], "mean": [4.066666666666666], "std": [2.357493961344923], "count": [245]}, "frame_index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [245]}, "index": {"min": [0], "max": [244], "mean": [122.0], "std": [70.7248188403477], "count": [245]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [245]}}}
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": 245,
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:93dcea8c941755e1ac2b6829a58290a10e6568fcaa34f3f1296b436c11db0c7e
3
+ size 1688273
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:a756d5a6676287857ab0c884ba3628e682d385a36621ebe26924a28b9c3bb8f9
3
+ size 2166411