thewisp commited on
Commit
693c9b1
·
verified ·
1 Parent(s): fc924ff

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +134 -0
meta/info.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.top": {
60
+ "dtype": "video",
61
+ "shape": [
62
+ 480,
63
+ 640,
64
+ 3
65
+ ],
66
+ "names": [
67
+ "height",
68
+ "width",
69
+ "channels"
70
+ ]
71
+ },
72
+ "observation.images.left_wrist": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 480,
76
+ 640,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channels"
83
+ ]
84
+ },
85
+ "observation.images.right_wrist": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 480,
89
+ 640,
90
+ 3
91
+ ],
92
+ "names": [
93
+ "height",
94
+ "width",
95
+ "channels"
96
+ ]
97
+ },
98
+ "timestamp": {
99
+ "dtype": "float32",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "frame_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "episode_index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "task_index": {
127
+ "dtype": "int64",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ }
133
+ }
134
+ }