Skip to content

ssdobjectdetector: Add size threshold to drop too big detections

There is a known "failure" mode where the SSD detector finds an object which is the whole frame. So skip objects which are "too big" to avoid this.

Merge request reports