Faless commited on
Commit
f499d22
·
verified ·
1 Parent(s): 698c2a6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +88 -0
meta/info.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "piper_full",
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
+ "gripper.pos"
25
+ ],
26
+ "shape": [
27
+ 7
28
+ ]
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "names": [
33
+ "joint_1.pos",
34
+ "joint_2.pos",
35
+ "joint_3.pos",
36
+ "joint_4.pos",
37
+ "joint_5.pos",
38
+ "joint_6.pos",
39
+ "gripper.pos",
40
+ "gripper.tau",
41
+ "ee.x",
42
+ "ee.y",
43
+ "ee.z",
44
+ "ee.roll",
45
+ "ee.pitch",
46
+ "ee.yaw"
47
+ ],
48
+ "shape": [
49
+ 14
50
+ ]
51
+ },
52
+ "timestamp": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "frame_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "episode_index": {
67
+ "dtype": "int64",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ },
73
+ "index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ },
80
+ "task_index": {
81
+ "dtype": "int64",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "names": null
86
+ }
87
+ }
88
+ }