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 has been archived by the owner on Mar 19, 2023. It is now read-only.
Allow config an object min/max size to allow filtering out incorrect detections which can clearly be differentiated by odd box size. Size will be specified as a % of the size of the total frame.
Example config:
- target: personmin_size: 20# %max_size: 40# %
This will require adding a method to calculate the box size as % of the frame
The text was updated successfully, but these errors were encountered:
I am waiting to see what, if any changes HA make to the implementation of image_processing. This integration is already complicated so not adding any new features until I know what direction HA are taking
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Allow config an object min/max size to allow filtering out incorrect detections which can clearly be differentiated by odd box size. Size will be specified as a % of the size of the total frame.
Example config:
This will require adding a method to calculate the box size as % of the frame
The text was updated successfully, but these errors were encountered: