adungus commited on
Commit
eebc880
·
verified ·
1 Parent(s): 5efbb62

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:f769ad6ce8b44a9264c7e3a3ce0a7bc5766578e3be26236546d818984bfbec7c
3
+ size 20713
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the black box in the bowl"], "length": 268}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-52.06119918823242, -97.50215148925781, -57.76566696166992, -21.46520233154297, 1.88034188747406, 0.34934496879577637], "max": [1.4874627590179443, 40.22394561767578, 100.0, -0.7570207715034485, 53.015872955322266, 33.44978332519531], "mean": [-23.4755802154541, -38.896907806396484, 36.78169250488281, -11.683897018432617, 32.1817741394043, 11.998964309692383], "std": [19.88677978515625, 45.496864318847656, 51.85418701171875, 5.628767490386963, 15.435916900634766, 11.053815841674805], "count": [268]}, "observation.state": {"min": [-52.19966125488281, -99.48231506347656, -56.05180740356445, -21.172161102294922, 1.9291819334030151, 1.2599469423294067], "max": [1.7766497135162354, 41.673858642578125, 99.37471771240234, -0.8058608174324036, 52.82051467895508, 33.355438232421875], "mean": [-23.5311279296875, -38.1279296875, 37.68973922729492, -11.603891372680664, 32.1666374206543, 12.24663257598877], "std": [19.9260196685791, 46.404022216796875, 51.358211517333984, 5.527550220489502, 15.456720352172852, 10.716171264648438], "count": [268]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5402854193899782]], [[0.5443495942265796]], [[0.5505674237472767]]], "std": [[[0.15995895655382447]], [[0.16015652229515379]], [[0.15595303131267182]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6022952559912854]], [[0.5955826661220044]], [[0.5783423366013072]]], "std": [[[0.26895684916861823]], [[0.26461931209350553]], [[0.2501258270584563]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.9], "mean": [4.449999999999999], "std": [2.578813249884097], "count": [268]}, "frame_index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [268]}, "index": {"min": [0], "max": [267], "mean": [133.5], "std": [77.36439749652291], "count": [268]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [268]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 268,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
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
+ "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": "Put the black box in the bowl"}
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8249752582cbc3606a54e04c7496e4ee9469f5212037698cde48b2fb7fa8856e
3
+ size 8634639
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:601cef66e7830b4894fcd92f81106b1086b9a95ace3cfb988af07101100fde7a
3
+ size 5705907