dbolya / tide

A General Toolbox for Identifying Object Detection Errors
https://dbolya.github.io/tide
MIT License
702 stars 115 forks source link

What does 'suppress' in the paper mean? #30

Closed LiewFeng closed 3 years ago

LiewFeng commented 3 years ago

Hi, @dbolya . The oracle will suppress some detection when fixing an error. Does 'suppress' mean deleting the detection or treating the detection as a false positive? Thanks.

dbolya commented 3 years ago

Deleting the detection.

This happens here: https://github.com/dbolya/tide/blob/49a5d2a4aeb56795e93a3ed7cc7e6d25757bb4c1/tidecv/errors/error.py#L87-L123