Tsagkas commited on
Commit
7caacc6
·
verified ·
1 Parent(s): 119c1af

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +157 -0
meta/info.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 10,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "names": [
18
+ "ee.x",
19
+ "ee.y",
20
+ "ee.z",
21
+ "ee.wx",
22
+ "ee.wy",
23
+ "ee.wz",
24
+ "ee.gripper_pos"
25
+ ],
26
+ "shape": [
27
+ 7
28
+ ]
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "names": [
33
+ "ee.gripper_pos",
34
+ "ee.wx",
35
+ "ee.wy",
36
+ "ee.wz",
37
+ "ee.x",
38
+ "ee.y",
39
+ "ee.z"
40
+ ],
41
+ "shape": [
42
+ 7
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 256,
49
+ 256,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ]
57
+ },
58
+ "observation.images.front": {
59
+ "dtype": "video",
60
+ "shape": [
61
+ 256,
62
+ 256,
63
+ 3
64
+ ],
65
+ "names": [
66
+ "height",
67
+ "width",
68
+ "channels"
69
+ ]
70
+ },
71
+ "observation.vfm_features.wrist": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 16,
75
+ 16,
76
+ 768
77
+ ],
78
+ "names": null
79
+ },
80
+ "observation.vfm_features.front": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 16,
84
+ 16,
85
+ 768
86
+ ],
87
+ "names": null
88
+ },
89
+ "observation.skill_feature": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1024
93
+ ],
94
+ "names": null
95
+ },
96
+ "observation.object_feature": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 1024
100
+ ],
101
+ "names": null
102
+ },
103
+ "observation.vlm_features.wrist": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 16,
107
+ 16,
108
+ 1024
109
+ ],
110
+ "names": null
111
+ },
112
+ "observation.vlm_features.front": {
113
+ "dtype": "float32",
114
+ "shape": [
115
+ 16,
116
+ 16,
117
+ 1024
118
+ ],
119
+ "names": null
120
+ },
121
+ "timestamp": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "frame_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "episode_index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ },
149
+ "task_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ }
156
+ }
157
+ }