ethanCSL commited on
Commit
9d39263
·
verified ·
1 Parent(s): 0cc2187

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": "openarm_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
+ "shape": [
18
+ 16
19
+ ],
20
+ "names": [
21
+ "RJ1.pos",
22
+ "LJ1.pos",
23
+ "RJ2.pos",
24
+ "LJ2.pos",
25
+ "RJ3.pos",
26
+ "LJ3.pos",
27
+ "RJ4.pos",
28
+ "LJ4.pos",
29
+ "RJ5.pos",
30
+ "LJ5.pos",
31
+ "RJ6.pos",
32
+ "LJ6.pos",
33
+ "RJ7.pos",
34
+ "LJ7.pos",
35
+ "RJ8.pos",
36
+ "LJ8.pos"
37
+ ]
38
+ },
39
+ "observation.state": {
40
+ "dtype": "float32",
41
+ "shape": [
42
+ 16
43
+ ],
44
+ "names": [
45
+ "RJ1.pos",
46
+ "LJ1.pos",
47
+ "RJ2.pos",
48
+ "LJ2.pos",
49
+ "RJ3.pos",
50
+ "LJ3.pos",
51
+ "RJ4.pos",
52
+ "LJ4.pos",
53
+ "RJ5.pos",
54
+ "LJ5.pos",
55
+ "RJ6.pos",
56
+ "LJ6.pos",
57
+ "RJ7.pos",
58
+ "LJ7.pos",
59
+ "RJ8.pos",
60
+ "LJ8.pos"
61
+ ]
62
+ },
63
+ "observation.images.side_camera": {
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.left_camera": {
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.body_camera": {
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
+ }