You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ image_processing:
37
37
roi_x_max: 0.8
38
38
#roi_y_min: 0.4
39
39
roi_y_max: 0.8
40
+
crop_to_roi: True
40
41
targets:
41
42
- target: person
42
43
- target: vehicle
@@ -64,6 +65,7 @@ Configuration variables:
64
65
- **roi_x_max**: (optional, default 1), range 0-1, must be more than roi_x_min
65
66
- **roi_y_min**: (optional, default 0), range 0-1, must be less than roi_y_max
66
67
- **roi_y_max**: (optional, default 1), range 0-1, must be more than roi_y_min
68
+
- **crop_to_roi**: (optional, default False), crops the image to the specified roi. May improve object detection accuracy when a region-of-interest is applied
67
69
- **source**: Must be a camera.
68
70
- **targets**: The list of target object names and/or `object_type`, default `person`. Optionally a `confidence` can be set for this target, if not the default confidence is used. Note the minimum possible confidence is 10%.
0 commit comments