-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patht4dataset_base.yaml
More file actions
25 lines (20 loc) · 982 Bytes
/
t4dataset_base.yaml
File metadata and controls
25 lines (20 loc) · 982 Bytes
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
_target_: autoware_ml.databases.t4dataset.t4dataset.T4Dataset
_convert_: all
database_version: T4Dataset-base-v1.0.0
# Root path of actual annotation files
database_root_path: ${data_root_path}/t4dataset/
# Caches
cache_path: ${cache_root_path}/detection3d/
# Prefix name of the cache file, it will be <cache_file_prefix_name>_<database_hash>.parquet
cache_file_prefix_name: database
# Read each database into their corresponding scenarios, it will run evaluation/visualization on each scenario
defaults:
- t4dataset/scenarios@scenarios.db_base: detection3d/db_base
- t4dataset/scenarios@scenarios.db_j6gen2_base: detection3d/db_j6gen2_base
- t4dataset/scenarios@scenarios.db_j6gen2: detection3d/db_j6gen2
- t4dataset/scenarios@scenarios.db_jpntaxi_base: detection3d/db_jpntaxi_base
- t4dataset/scenarios@scenarios.db_largebus: detection3d/db_largebus
# Number of features in the lidar pointcloud
lidar_pointcloud_num_features: 5
# Processor settings
num_workers: 16