Feature proposal: Support object min/max size
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: person
min_size: 20 # %
max_size: 40 # %
This will require adding a method to calculate the box size as % of the frame
Might be worth doing. In this image a bin is tagged as a car, and is similar size to the cars in the distance which appear small.

Hi @robmarkcole,
Do you have any updates?
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