@@ -26,22 +26,22 @@ Mainly this focuses on filtering out unknown objects with very low intensity poi
26
26
27
27
### Core Parameters
28
28
29
- | Name | Type | Default Value | Description |
30
- | --------------------------------- | ----- | ------------------------------------------------------- | ----------------------------------------------- |
31
- | ` filter_target_label.UNKNOWN ` | bool | false | If true, unknown objects are filtered. |
32
- | ` filter_target_label.CAR ` | bool | false | If true, car objects are filtered. |
33
- | ` filter_target_label.TRUCK ` | bool | false | If true, truck objects are filtered. |
34
- | ` filter_target_label.BUS ` | bool | false | If true, bus objects are filtered. |
35
- | ` filter_target_label.TRAILER ` | bool | false | If true, trailer objects are filtered. |
36
- | ` filter_target_label.MOTORCYCLE ` | bool | false | If true, motorcycle objects are filtered. |
37
- | ` filter_target_label.BICYCLE ` | bool | false | If true, bicycle objects are filtered. |
38
- | ` filter_target_label.PEDESTRIAN ` | bool | false | If true, pedestrian objects are filtered. |
39
- | ` max_x ` | float | 60.00 | Maximum of x of the filter effective range |
40
- | ` min_x ` | float | -20.00 | Minimum of x of the filter effective range |
41
- | ` max_y ` | float | 20.00 | Maximum of y of the filter effective range |
42
- | ` min_y ` | float | -20.00 | Minium of y of the filter effective range |
43
- | ` intensity_threshold ` | float | 1.0 | The threshold of average intensity for filter |
44
- | ` existence_probability_threshold ` | float | The existence probability threshold to apply the filter | 0.2 |
29
+ | Name | Type | Default Value | Description |
30
+ | --------------------------------- | ----- | ------------- | ------------------------------------------------------- |
31
+ | ` filter_target_label.UNKNOWN ` | bool | false | If true, unknown objects are filtered. |
32
+ | ` filter_target_label.CAR ` | bool | false | If true, car objects are filtered. |
33
+ | ` filter_target_label.TRUCK ` | bool | false | If true, truck objects are filtered. |
34
+ | ` filter_target_label.BUS ` | bool | false | If true, bus objects are filtered. |
35
+ | ` filter_target_label.TRAILER ` | bool | false | If true, trailer objects are filtered. |
36
+ | ` filter_target_label.MOTORCYCLE ` | bool | false | If true, motorcycle objects are filtered. |
37
+ | ` filter_target_label.BICYCLE ` | bool | false | If true, bicycle objects are filtered. |
38
+ | ` filter_target_label.PEDESTRIAN ` | bool | false | If true, pedestrian objects are filtered. |
39
+ | ` max_x ` | float | 60.00 | Maximum of x of the filter effective range |
40
+ | ` min_x ` | float | -20.00 | Minimum of x of the filter effective range |
41
+ | ` max_y ` | float | 20.00 | Maximum of y of the filter effective range |
42
+ | ` min_y ` | float | -20.00 | Minium of y of the filter effective range |
43
+ | ` intensity_threshold ` | float | 1.0 | The threshold of average intensity for filter |
44
+ | ` existence_probability_threshold ` | float | 0.2 | The existence probability threshold to apply the filter |
45
45
46
46
## Assumptions / Known limits
47
47
0 commit comments