lr-2002 commited on
Commit
772e93f
·
verified ·
1 Parent(s): 2c7d4d8

Add meta/info.json

Browse files
Files changed (1) hide show
  1. meta/info.json +142 -0
meta/info.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "dataarm",
4
+ "total_episodes": 47,
5
+ "total_frames": 12683,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 60,
11
+ "action_type": "abs_joint",
12
+ "task_description": "move the bottle from the green plate to the pink plate",
13
+ "splits": {
14
+ "train": "0:47"
15
+ },
16
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
17
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
18
+ "features": {
19
+ "episode_index": {
20
+ "dtype": "int64",
21
+ "shape": [
22
+ 1
23
+ ],
24
+ "names": null,
25
+ "fps": 60.0
26
+ },
27
+ "frame_index": {
28
+ "dtype": "int64",
29
+ "shape": [
30
+ 1
31
+ ],
32
+ "names": null,
33
+ "fps": 60.0
34
+ },
35
+ "timestamp": {
36
+ "dtype": "float32",
37
+ "shape": [
38
+ 1
39
+ ],
40
+ "names": null,
41
+ "fps": 60.0
42
+ },
43
+ "observation.state": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 9
47
+ ],
48
+ "names": [
49
+ "joint_0",
50
+ "joint_1",
51
+ "joint_2",
52
+ "joint_3",
53
+ "joint_4",
54
+ "joint_5",
55
+ "joint_6",
56
+ "joint_7",
57
+ "gripper"
58
+ ],
59
+ "fps": 60.0
60
+ },
61
+ "action": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 9
65
+ ],
66
+ "names": [
67
+ "joint_0",
68
+ "joint_1",
69
+ "joint_2",
70
+ "joint_3",
71
+ "joint_4",
72
+ "joint_5",
73
+ "joint_6",
74
+ "joint_7",
75
+ "gripper"
76
+ ],
77
+ "fps": 60.0
78
+ },
79
+ "task_index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null,
85
+ "fps": 60.0
86
+ },
87
+ "index": {
88
+ "dtype": "int64",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": null,
93
+ "fps": 60.0
94
+ },
95
+ "next.done": {
96
+ "dtype": "bool",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null,
101
+ "fps": 60.0
102
+ },
103
+ "observation.images.cam_left": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 480,
107
+ 640,
108
+ 3
109
+ ],
110
+ "names": [
111
+ "height",
112
+ "width",
113
+ "channels"
114
+ ],
115
+ "info": null,
116
+ "video.fps": 60,
117
+ "video.codec": "h264",
118
+ "video.pix_fmt": "yuv420p",
119
+ "video.is_depth_map": false,
120
+ "has_audio": false
121
+ },
122
+ "observation.images.cam_top": {
123
+ "dtype": "video",
124
+ "shape": [
125
+ 720,
126
+ 1280,
127
+ 3
128
+ ],
129
+ "names": [
130
+ "height",
131
+ "width",
132
+ "channels"
133
+ ],
134
+ "info": null,
135
+ "video.fps": 60,
136
+ "video.codec": "h264",
137
+ "video.pix_fmt": "yuv420p",
138
+ "video.is_depth_map": false,
139
+ "has_audio": false
140
+ }
141
+ }
142
+ }