Wayl commited on
Commit
3ccf88e
·
verified ·
1 Parent(s): 5ce7c2d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +139 -0
meta/info.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "ur5e_aic",
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": 1,
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
+ "pos.x",
19
+ "pos.y",
20
+ "pos.z",
21
+ "quat.w",
22
+ "quat.x",
23
+ "quat.y",
24
+ "quat.z"
25
+ ],
26
+ "shape": [
27
+ 7
28
+ ]
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "names": [
33
+ "tcp_pose.position.x",
34
+ "tcp_pose.position.y",
35
+ "tcp_pose.position.z",
36
+ "tcp_pose.orientation.x",
37
+ "tcp_pose.orientation.y",
38
+ "tcp_pose.orientation.z",
39
+ "tcp_pose.orientation.w",
40
+ "tcp_velocity.linear.x",
41
+ "tcp_velocity.linear.y",
42
+ "tcp_velocity.linear.z",
43
+ "tcp_velocity.angular.x",
44
+ "tcp_velocity.angular.y",
45
+ "tcp_velocity.angular.z",
46
+ "tcp_error.x",
47
+ "tcp_error.y",
48
+ "tcp_error.z",
49
+ "tcp_error.rx",
50
+ "tcp_error.ry",
51
+ "tcp_error.rz",
52
+ "joint_positions.0",
53
+ "joint_positions.1",
54
+ "joint_positions.2",
55
+ "joint_positions.3",
56
+ "joint_positions.4",
57
+ "joint_positions.5",
58
+ "joint_positions.6"
59
+ ],
60
+ "shape": [
61
+ 26
62
+ ]
63
+ },
64
+ "observation.images.left_camera": {
65
+ "dtype": "video",
66
+ "shape": [
67
+ 256,
68
+ 288,
69
+ 3
70
+ ],
71
+ "names": [
72
+ "height",
73
+ "width",
74
+ "channels"
75
+ ]
76
+ },
77
+ "observation.images.center_camera": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 256,
81
+ 288,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ]
89
+ },
90
+ "observation.images.right_camera": {
91
+ "dtype": "video",
92
+ "shape": [
93
+ 256,
94
+ 288,
95
+ 3
96
+ ],
97
+ "names": [
98
+ "height",
99
+ "width",
100
+ "channels"
101
+ ]
102
+ },
103
+ "timestamp": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ },
110
+ "frame_index": {
111
+ "dtype": "int64",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
116
+ },
117
+ "episode_index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null
123
+ },
124
+ "index": {
125
+ "dtype": "int64",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ },
131
+ "task_index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ }
138
+ }
139
+ }