benmsorting commited on
Commit
9ecb509
·
verified ·
1 Parent(s): 314cee8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +120 -0
meta/info.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "xarm",
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
+ "delta_x",
19
+ "delta_y",
20
+ "delta_z",
21
+ "delta_rx",
22
+ "delta_ry",
23
+ "delta_rz",
24
+ "gripper"
25
+ ],
26
+ "shape": [
27
+ 7
28
+ ]
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "names": [
33
+ "joint1.pos",
34
+ "joint2.pos",
35
+ "joint3.pos",
36
+ "joint4.pos",
37
+ "joint5.pos",
38
+ "joint6.pos",
39
+ "gripper.pos",
40
+ "aa.x",
41
+ "aa.y",
42
+ "aa.z",
43
+ "aa.rx",
44
+ "aa.ry",
45
+ "aa.rz",
46
+ "prev.delta_x",
47
+ "prev.delta_y",
48
+ "prev.delta_z",
49
+ "prev.delta_rx",
50
+ "prev.delta_ry",
51
+ "prev.delta_rz",
52
+ "prev.gripper"
53
+ ],
54
+ "shape": [
55
+ 20
56
+ ]
57
+ },
58
+ "observation.images.front": {
59
+ "dtype": "video",
60
+ "shape": [
61
+ 540,
62
+ 960,
63
+ 3
64
+ ],
65
+ "names": [
66
+ "height",
67
+ "width",
68
+ "channels"
69
+ ]
70
+ },
71
+ "observation.images.wrist": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 480,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ]
83
+ },
84
+ "timestamp": {
85
+ "dtype": "float32",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "frame_index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "episode_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "task_index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ }
119
+ }
120
+ }