mhyatt000 commited on
Commit
25467b7
·
verified ·
1 Parent(s): ef78bbe

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +144 -0
meta/info.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "xarm7",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "total_videos": 0,
8
+ "total_chunks": 0,
9
+ "chunks_size": 1000,
10
+ "fps": 50,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
14
+ "features": {
15
+ "observation.state": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "names": [
21
+ [
22
+ "j1",
23
+ "j2",
24
+ "j3",
25
+ "j4",
26
+ "j5",
27
+ "j6",
28
+ "j7",
29
+ "gripper"
30
+ ]
31
+ ]
32
+ },
33
+ "action": {
34
+ "dtype": "float32",
35
+ "shape": [
36
+ 8
37
+ ],
38
+ "names": [
39
+ [
40
+ "j1",
41
+ "j2",
42
+ "j3",
43
+ "j4",
44
+ "j5",
45
+ "j6",
46
+ "j7",
47
+ "gripper"
48
+ ]
49
+ ]
50
+ },
51
+ "observation.velocity": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 8
55
+ ],
56
+ "names": [
57
+ [
58
+ "j1",
59
+ "j2",
60
+ "j3",
61
+ "j4",
62
+ "j5",
63
+ "j6",
64
+ "j7",
65
+ "gripper"
66
+ ]
67
+ ]
68
+ },
69
+ "observation.images.high": {
70
+ "dtype": "image",
71
+ "shape": [
72
+ 3,
73
+ 480,
74
+ 640
75
+ ],
76
+ "names": [
77
+ "channels",
78
+ "height",
79
+ "width"
80
+ ]
81
+ },
82
+ "observation.images.low": {
83
+ "dtype": "image",
84
+ "shape": [
85
+ 3,
86
+ 480,
87
+ 640
88
+ ],
89
+ "names": [
90
+ "channels",
91
+ "height",
92
+ "width"
93
+ ]
94
+ },
95
+ "observation.images.wrist": {
96
+ "dtype": "image",
97
+ "shape": [
98
+ 3,
99
+ 480,
100
+ 640
101
+ ],
102
+ "names": [
103
+ "channels",
104
+ "height",
105
+ "width"
106
+ ]
107
+ },
108
+ "timestamp": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": null
114
+ },
115
+ "frame_index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "episode_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ },
129
+ "index": {
130
+ "dtype": "int64",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "task_index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ }
143
+ }
144
+ }