-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataset.toml
More file actions
32 lines (25 loc) · 1.03 KB
/
Copy pathdataset.toml
File metadata and controls
32 lines (25 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[[datasets]]
name = "ego_motion"
path = "/Users/viktorjansson/Developer/Rust/cairn/data/nvidia_physical_dataset/egomotion.chunk_0000"
description = "ego_motion for the NVIDIA PhysicalAI Autonomous Vehicles dataset"
file_ext = ".egomotion.parquet"
[datasets.characteristics.semantics]
timestamp = "timestamp"
[[datasets]]
name = "lidar"
path = "/Users/viktorjansson/Developer/Rust/cairn/data/nvidia_physical_dataset/lidar.chunk_0000"
description = "LiDAR for the NVIDIA PhysicalAI Autonomous Vehicles dataset"
file_ext = ".lidar_top_360fov.parquet"
[datasets.characteristics]
contains_lidar = true
[datasets.characteristics.semantics]
timestamp = "spin_start_timestamp"
[[datasets]]
name = "obstacles"
path = "/Users/viktorjansson/Developer/Rust/cairn/data/nvidia_physical_dataset/obstacle.offline.chunk_0000"
description = "Obstacles for the NVIDIA PhysicalAI Autonomous Vehicles dataset"
file_ext = ".obstacle.offline.parquet"
[datasets.characteristics.semantics]
label_class = "label_class"
[datasets.characteristics]
contains_classes = true