Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Feature proposal: Support object min/max size #209

Open
robmarkcole opened this issue Jan 27, 2021 · 3 comments
Open

Feature proposal: Support object min/max size #209

robmarkcole opened this issue Jan 27, 2021 · 3 comments

Comments

@robmarkcole
Copy link
Owner

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

@robmarkcole
Copy link
Owner Author

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.

image

@CarpeDiemRo
Copy link

Hi @robmarkcole,

Do you have any updates?

@robmarkcole
Copy link
Owner Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants