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.
An IOU calc would give the % overlap of a detected object bounding box with the target area, which is a more flexible detection approach than specifying that the centre of the object must be in the box. You could using IOU say 'if any part of the object is in the target area, detect it', or 'if all of the object is in the box detect it'. A default of 50% sounds sensible
An IOU calc would give the % overlap of a detected object bounding box with the target area, which is a more flexible detection approach than specifying that the centre of the object must be in the box. You could using IOU say 'if any part of the object is in the target area, detect it', or 'if all of the object is in the box detect it'. A default of 50% sounds sensible
See https://github.com/blakeblackshear/frigate/blob/master/frigate/util.py
The text was updated successfully, but these errors were encountered: