noxello commited on
Commit
c1ac8b5
·
verified ·
1 Parent(s): e544d76

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": "openarms_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": 500,
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
+ "right_joint_1.pos",
19
+ "right_joint_2.pos",
20
+ "right_joint_3.pos",
21
+ "right_joint_4.pos",
22
+ "right_joint_5.pos",
23
+ "right_joint_6.pos",
24
+ "right_joint_7.pos",
25
+ "right_gripper.pos",
26
+ "left_joint_1.pos",
27
+ "left_joint_2.pos",
28
+ "left_joint_3.pos",
29
+ "left_joint_4.pos",
30
+ "left_joint_5.pos",
31
+ "left_joint_6.pos",
32
+ "left_joint_7.pos",
33
+ "left_gripper.pos"
34
+ ],
35
+ "shape": [
36
+ 16
37
+ ]
38
+ },
39
+ "observation.state": {
40
+ "dtype": "float32",
41
+ "names": [
42
+ "right_joint_1.pos",
43
+ "right_joint_2.pos",
44
+ "right_joint_3.pos",
45
+ "right_joint_4.pos",
46
+ "right_joint_5.pos",
47
+ "right_joint_6.pos",
48
+ "right_joint_7.pos",
49
+ "right_gripper.pos",
50
+ "left_joint_1.pos",
51
+ "left_joint_2.pos",
52
+ "left_joint_3.pos",
53
+ "left_joint_4.pos",
54
+ "left_joint_5.pos",
55
+ "left_joint_6.pos",
56
+ "left_joint_7.pos",
57
+ "left_gripper.pos"
58
+ ],
59
+ "shape": [
60
+ 16
61
+ ]
62
+ },
63
+ "observation.images.left_wrist": {
64
+ "dtype": "video",
65
+ "shape": [
66
+ 480,
67
+ 640,
68
+ 3
69
+ ],
70
+ "names": [
71
+ "height",
72
+ "width",
73
+ "channels"
74
+ ]
75
+ },
76
+ "observation.images.right_wrist": {
77
+ "dtype": "video",
78
+ "shape": [
79
+ 480,
80
+ 640,
81
+ 3
82
+ ],
83
+ "names": [
84
+ "height",
85
+ "width",
86
+ "channels"
87
+ ]
88
+ },
89
+ "observation.images.base": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 480,
93
+ 640,
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
+ }