File size: 864 Bytes
637575a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
eval_type:
- NuScenes: '~'
  iou_threshold: 0.5
  enable_ignore: true
  eval_class: vehicle
  target_recalls:
  - 0.5
  - 0.6
  - 0.7
  target_precisions:
  - 0.7
  - 0.8
  - 0.9
  eval_bbox_type: all
  horizon_truncate_offset: 1
  max_depth: 30
  image_size:
  - 1920
  - 1280
  eval_cameras:
  - __front_right__
  - __rear_right__
  - __front_left__
  - __rear_left__
- Auto: '~'
  eval_class: vehicle
  iou_thresh: 0.5
  target_recalls:
  - 0.8
  - 0.85
  - 0.9
  - 0.95
  eval_bbox_type: all
  enable_ignore: true
  apply_dist_coeff: true
  proj_z_thresh: 1.5
  lidar_error: true
  y_thresh:
  - -9
  - -6
  - -3
  - 0
  - 3
  - 6
  - 9
  gt_dist_thresh: 30
  eval_cameras:
  - __front_right__
  - __rear_right__
  - __front_left__
  - __rear_left__
  clip_bbox_with_img_size:
  - 1920
  - 1280
  dep_thresh:
  - -30
  - -20
  - -10
  - 0
  - 10
  - 20
  - 30