Kimsalim commited on
Commit
3477f43
·
verified ·
1 Parent(s): 7748990

Upload folder using huggingface_hub

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