M3thRocks commited on
Commit
02051cd
·
verified ·
1 Parent(s): 599c806

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +136 -0
meta/info.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mimic_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": 15,
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
+ "left_shoulder_pan.pos",
19
+ "left_shoulder_lift.pos",
20
+ "left_elbow_flex.pos",
21
+ "left_wrist_flex.pos",
22
+ "left_wrist_roll.pos",
23
+ "left_gripper.pos",
24
+ "right_shoulder_pan.pos",
25
+ "right_shoulder_lift.pos",
26
+ "right_elbow_flex.pos",
27
+ "right_wrist_flex.pos",
28
+ "right_wrist_roll.pos",
29
+ "right_gripper.pos",
30
+ "base_vx",
31
+ "base_vy",
32
+ "base_omega"
33
+ ],
34
+ "shape": [
35
+ 15
36
+ ]
37
+ },
38
+ "observation.state": {
39
+ "dtype": "float32",
40
+ "names": [
41
+ "left_shoulder_pan.pos",
42
+ "left_shoulder_lift.pos",
43
+ "left_elbow_flex.pos",
44
+ "left_wrist_flex.pos",
45
+ "left_wrist_roll.pos",
46
+ "left_gripper.pos",
47
+ "right_shoulder_pan.pos",
48
+ "right_shoulder_lift.pos",
49
+ "right_elbow_flex.pos",
50
+ "right_wrist_flex.pos",
51
+ "right_wrist_roll.pos",
52
+ "right_gripper.pos",
53
+ "base_x",
54
+ "base_y",
55
+ "base_theta"
56
+ ],
57
+ "shape": [
58
+ 15
59
+ ]
60
+ },
61
+ "observation.images.image3": {
62
+ "dtype": "video",
63
+ "shape": [
64
+ 480,
65
+ 640,
66
+ 3
67
+ ],
68
+ "names": [
69
+ "height",
70
+ "width",
71
+ "channels"
72
+ ]
73
+ },
74
+ "observation.images.image2": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 480,
78
+ 640,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ]
86
+ },
87
+ "observation.images.image": {
88
+ "dtype": "video",
89
+ "shape": [
90
+ 720,
91
+ 1280,
92
+ 3
93
+ ],
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "channels"
98
+ ]
99
+ },
100
+ "timestamp": {
101
+ "dtype": "float32",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "frame_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "episode_index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "task_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ }
135
+ }
136
+ }