kinghanse commited on
Commit
a1740c1
·
verified ·
1 Parent(s): 04525bd

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +117 -0
meta/info.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "bi_so_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
+ "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
+ ],
31
+ "shape": [
32
+ 12
33
+ ]
34
+ },
35
+ "observation.state": {
36
+ "dtype": "float32",
37
+ "names": [
38
+ "left_shoulder_pan.pos",
39
+ "left_shoulder_lift.pos",
40
+ "left_elbow_flex.pos",
41
+ "left_wrist_flex.pos",
42
+ "left_wrist_roll.pos",
43
+ "left_gripper.pos",
44
+ "right_shoulder_pan.pos",
45
+ "right_shoulder_lift.pos",
46
+ "right_elbow_flex.pos",
47
+ "right_wrist_flex.pos",
48
+ "right_wrist_roll.pos",
49
+ "right_gripper.pos"
50
+ ],
51
+ "shape": [
52
+ 12
53
+ ]
54
+ },
55
+ "observation.images.left_camera1": {
56
+ "dtype": "video",
57
+ "shape": [
58
+ 480,
59
+ 640,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "height",
64
+ "width",
65
+ "channels"
66
+ ]
67
+ },
68
+ "observation.images.left_wrist": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ]
80
+ },
81
+ "timestamp": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null
87
+ },
88
+ "frame_index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "episode_index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "index": {
103
+ "dtype": "int64",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ },
109
+ "task_index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ }
116
+ }
117
+ }