pepijn223 HF Staff commited on
Commit
9a7eae3
·
verified ·
1 Parent(s): 516259f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +99 -0
meta/info.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "bi_openarm_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_joint_1.pos",
19
+ "left_joint_2.pos",
20
+ "left_joint_3.pos",
21
+ "left_joint_4.pos",
22
+ "left_joint_5.pos",
23
+ "left_joint_6.pos",
24
+ "left_joint_7.pos",
25
+ "left_gripper.pos",
26
+ "right_joint_1.pos",
27
+ "right_joint_2.pos",
28
+ "right_joint_3.pos",
29
+ "right_joint_4.pos",
30
+ "right_joint_5.pos",
31
+ "right_joint_6.pos",
32
+ "right_joint_7.pos",
33
+ "right_gripper.pos"
34
+ ],
35
+ "shape": [
36
+ 16
37
+ ]
38
+ },
39
+ "observation.state": {
40
+ "dtype": "float32",
41
+ "names": [
42
+ "left_joint_1.pos",
43
+ "left_joint_2.pos",
44
+ "left_joint_3.pos",
45
+ "left_joint_4.pos",
46
+ "left_joint_5.pos",
47
+ "left_joint_6.pos",
48
+ "left_joint_7.pos",
49
+ "left_gripper.pos",
50
+ "right_joint_1.pos",
51
+ "right_joint_2.pos",
52
+ "right_joint_3.pos",
53
+ "right_joint_4.pos",
54
+ "right_joint_5.pos",
55
+ "right_joint_6.pos",
56
+ "right_joint_7.pos",
57
+ "right_gripper.pos"
58
+ ],
59
+ "shape": [
60
+ 16
61
+ ]
62
+ },
63
+ "timestamp": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": null
69
+ },
70
+ "frame_index": {
71
+ "dtype": "int64",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "episode_index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "task_index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ }
98
+ }
99
+ }