pepisg commited on
Commit
f305a1d
·
verified ·
1 Parent(s): e63c0f0

Remove unwanted columns: observation.image.left, observation.image.right, observation.image.rear, observation.state

Browse files
Files changed (1) hide show
  1. meta/info.json +87 -0
meta/info.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "rover",
4
+ "total_episodes": 134,
5
+ "total_frames": 144760,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 125,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:134"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.image.main": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 360,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "info": {
30
+ "video.height": 360,
31
+ "video.width": 640,
32
+ "video.codec": "av1",
33
+ "video.pix_fmt": "yuv420p",
34
+ "video.is_depth_map": false,
35
+ "video.fps": 10,
36
+ "video.channels": 3,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "action": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 2
44
+ ],
45
+ "names": [
46
+ "twist.linear.x",
47
+ "twist.angular.z"
48
+ ]
49
+ },
50
+ "timestamp": {
51
+ "dtype": "float32",
52
+ "shape": [
53
+ 1
54
+ ],
55
+ "names": null
56
+ },
57
+ "frame_index": {
58
+ "dtype": "int64",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "episode_index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "task_index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ }
85
+ },
86
+ "rosetta_fingerprint": "1023547fd013d8d1"
87
+ }