HuskyMango commited on
Commit
ca06eb5
·
verified ·
1 Parent(s): 9cca6ee

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +124 -0
meta/info.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "single_arm_franka",
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": 20,
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
+ "r_x",
19
+ "r_y",
20
+ "r_z",
21
+ "r_qx",
22
+ "r_qy",
23
+ "r_qz",
24
+ "r_qw",
25
+ "r_gripper",
26
+ "kp",
27
+ "kd"
28
+ ],
29
+ "shape": [
30
+ 10
31
+ ]
32
+ },
33
+ "observation.state": {
34
+ "dtype": "float32",
35
+ "names": [
36
+ "r_joint_1",
37
+ "r_joint_2",
38
+ "r_joint_3",
39
+ "r_joint_4",
40
+ "r_joint_5",
41
+ "r_joint_6",
42
+ "r_joint_7",
43
+ "r_gripper"
44
+ ],
45
+ "shape": [
46
+ 8
47
+ ]
48
+ },
49
+ "observation.images.cam_3_wrist": {
50
+ "dtype": "video",
51
+ "shape": [
52
+ 224,
53
+ 224,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "height",
58
+ "width",
59
+ "channels"
60
+ ]
61
+ },
62
+ "observation.images.cam_4_wrist": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 224,
66
+ 224,
67
+ 3
68
+ ],
69
+ "names": [
70
+ "height",
71
+ "width",
72
+ "channels"
73
+ ]
74
+ },
75
+ "observation.images.cam_6_scene": {
76
+ "dtype": "video",
77
+ "shape": [
78
+ 224,
79
+ 224,
80
+ 3
81
+ ],
82
+ "names": [
83
+ "height",
84
+ "width",
85
+ "channels"
86
+ ]
87
+ },
88
+ "timestamp": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "frame_index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "episode_index": {
103
+ "dtype": "int64",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ },
109
+ "index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ },
116
+ "task_index": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ }
123
+ }
124
+ }