jskim commited on
Commit
6d8c3d3
·
verified ·
1 Parent(s): 525892d

Upload folder using huggingface_hub

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