jwwoo commited on
Commit
46051bd
·
verified ·
1 Parent(s): 329b375

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +114 -0
meta/info.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "piper",
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
+ "joint_1.pos",
19
+ "joint_2.pos",
20
+ "joint_3.pos",
21
+ "joint_4.pos",
22
+ "joint_5.pos",
23
+ "joint_6.pos",
24
+ "end_effector.x",
25
+ "end_effector.y",
26
+ "end_effector.z",
27
+ "end_effector.rx",
28
+ "end_effector.ry",
29
+ "end_effector.rz",
30
+ "gripper.pos",
31
+ "gripper.effort"
32
+ ],
33
+ "shape": [
34
+ 14
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "joint_1.pos",
41
+ "joint_2.pos",
42
+ "joint_3.pos",
43
+ "joint_4.pos",
44
+ "joint_5.pos",
45
+ "joint_6.pos",
46
+ "gripper.pos",
47
+ "gripper.effort",
48
+ "joint_1.effort",
49
+ "joint_2.effort",
50
+ "joint_3.effort",
51
+ "joint_4.effort",
52
+ "joint_5.effort",
53
+ "joint_6.effort",
54
+ "end_effector.x",
55
+ "end_effector.y",
56
+ "end_effector.z",
57
+ "end_effector.rx",
58
+ "end_effector.ry",
59
+ "end_effector.rz"
60
+ ],
61
+ "shape": [
62
+ 20
63
+ ]
64
+ },
65
+ "observation.images.front": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 480,
69
+ 640,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channels"
76
+ ]
77
+ },
78
+ "timestamp": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "frame_index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ },
92
+ "episode_index": {
93
+ "dtype": "int64",
94
+ "shape": [
95
+ 1
96
+ ],
97
+ "names": null
98
+ },
99
+ "index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null
105
+ },
106
+ "task_index": {
107
+ "dtype": "int64",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": null
112
+ }
113
+ }
114
+ }