ehovel2023 commited on
Commit
637575a
1 Parent(s): c1c32d2

Upload setting_example.yml

Browse files
Files changed (1) hide show
  1. setting_example.yml +62 -0
setting_example.yml ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ eval_type:
2
+ - NuScenes: '~'
3
+ iou_threshold: 0.5
4
+ enable_ignore: true
5
+ eval_class: vehicle
6
+ target_recalls:
7
+ - 0.5
8
+ - 0.6
9
+ - 0.7
10
+ target_precisions:
11
+ - 0.7
12
+ - 0.8
13
+ - 0.9
14
+ eval_bbox_type: all
15
+ horizon_truncate_offset: 1
16
+ max_depth: 30
17
+ image_size:
18
+ - 1920
19
+ - 1280
20
+ eval_cameras:
21
+ - __front_right__
22
+ - __rear_right__
23
+ - __front_left__
24
+ - __rear_left__
25
+ - Auto: '~'
26
+ eval_class: vehicle
27
+ iou_thresh: 0.5
28
+ target_recalls:
29
+ - 0.8
30
+ - 0.85
31
+ - 0.9
32
+ - 0.95
33
+ eval_bbox_type: all
34
+ enable_ignore: true
35
+ apply_dist_coeff: true
36
+ proj_z_thresh: 1.5
37
+ lidar_error: true
38
+ y_thresh:
39
+ - -9
40
+ - -6
41
+ - -3
42
+ - 0
43
+ - 3
44
+ - 6
45
+ - 9
46
+ gt_dist_thresh: 30
47
+ eval_cameras:
48
+ - __front_right__
49
+ - __rear_right__
50
+ - __front_left__
51
+ - __rear_left__
52
+ clip_bbox_with_img_size:
53
+ - 1920
54
+ - 1280
55
+ dep_thresh:
56
+ - -30
57
+ - -20
58
+ - -10
59
+ - 0
60
+ - 10
61
+ - 20
62
+ - 30