thewisp commited on
Commit
3d2c88a
·
verified ·
1 Parent(s): 1eeb12e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +147 -0
meta/info.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "bi_so107_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": 30,
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
+ "left_shoulder_pan.pos",
19
+ "left_shoulder_lift.pos",
20
+ "left_elbow_flex.pos",
21
+ "left_forearm_roll.pos",
22
+ "left_wrist_flex.pos",
23
+ "left_wrist_roll.pos",
24
+ "left_gripper.pos",
25
+ "right_shoulder_pan.pos",
26
+ "right_shoulder_lift.pos",
27
+ "right_elbow_flex.pos",
28
+ "right_forearm_roll.pos",
29
+ "right_wrist_flex.pos",
30
+ "right_wrist_roll.pos",
31
+ "right_gripper.pos"
32
+ ],
33
+ "shape": [
34
+ 14
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "left_shoulder_pan.pos",
41
+ "left_shoulder_lift.pos",
42
+ "left_elbow_flex.pos",
43
+ "left_forearm_roll.pos",
44
+ "left_wrist_flex.pos",
45
+ "left_wrist_roll.pos",
46
+ "left_gripper.pos",
47
+ "right_shoulder_pan.pos",
48
+ "right_shoulder_lift.pos",
49
+ "right_elbow_flex.pos",
50
+ "right_forearm_roll.pos",
51
+ "right_wrist_flex.pos",
52
+ "right_wrist_roll.pos",
53
+ "right_gripper.pos"
54
+ ],
55
+ "shape": [
56
+ 14
57
+ ]
58
+ },
59
+ "observation.images.front": {
60
+ "dtype": "video",
61
+ "shape": [
62
+ 720,
63
+ 1280,
64
+ 3
65
+ ],
66
+ "names": [
67
+ "height",
68
+ "width",
69
+ "channels"
70
+ ]
71
+ },
72
+ "observation.images.left_wrist": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 720,
76
+ 1280,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channels"
83
+ ]
84
+ },
85
+ "observation.images.right_wrist": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 720,
89
+ 1280,
90
+ 3
91
+ ],
92
+ "names": [
93
+ "height",
94
+ "width",
95
+ "channels"
96
+ ]
97
+ },
98
+ "observation.images.top": {
99
+ "dtype": "video",
100
+ "shape": [
101
+ 720,
102
+ 1280,
103
+ 3
104
+ ],
105
+ "names": [
106
+ "height",
107
+ "width",
108
+ "channels"
109
+ ]
110
+ },
111
+ "timestamp": {
112
+ "dtype": "float32",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "frame_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "episode_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "task_index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ }
146
+ }
147
+ }