Mcen27 commited on
Commit
37438e4
·
verified ·
1 Parent(s): d118774

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +108 -0
meta/info.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "realman",
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
+ "l_joint_0",
19
+ "l_joint_1",
20
+ "l_joint_2",
21
+ "l_joint_3",
22
+ "l_joint_4",
23
+ "l_joint_5",
24
+ "r_joint_0",
25
+ "r_joint_1",
26
+ "r_joint_2",
27
+ "r_joint_3",
28
+ "r_joint_4",
29
+ "r_joint_5",
30
+ "base_vel_x",
31
+ "base_ang_z"
32
+ ],
33
+ "shape": [
34
+ 14
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "l_joint_0",
41
+ "l_joint_1",
42
+ "l_joint_2",
43
+ "l_joint_3",
44
+ "l_joint_4",
45
+ "l_joint_5",
46
+ "r_joint_0",
47
+ "r_joint_1",
48
+ "r_joint_2",
49
+ "r_joint_3",
50
+ "r_joint_4",
51
+ "r_joint_5",
52
+ "base_vel_x",
53
+ "base_ang_z"
54
+ ],
55
+ "shape": [
56
+ 14
57
+ ]
58
+ },
59
+ "observation.images.cam_0_rgb": {
60
+ "dtype": "video",
61
+ "shape": [
62
+ 480,
63
+ 640,
64
+ 3
65
+ ],
66
+ "names": [
67
+ "height",
68
+ "width",
69
+ "channels"
70
+ ]
71
+ },
72
+ "timestamp": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "frame_index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "episode_index": {
87
+ "dtype": "int64",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null
92
+ },
93
+ "index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "task_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ }
107
+ }
108
+ }