Clarified per class filtering

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-10-01 13:15:36 +02:00
parent b172983dae
commit ba6061bfe4
1 changed files with 4 additions and 2 deletions

View File

@ -507,8 +507,10 @@ elements only four remain: the absolute coordinates of the bounding box.
\glslocalreset{NMS}
Filtering of these boxes is first done per class:
only the class id, confidence of that class, and the bounding box
coordinates are kept per box. The filtering consists of
all classes except background are iterated through and for every
detection the class id of the current class, the confidence for that
class, and the bounding box coordinates are kept.
The filtering consists of
confidence thresholding and a subsequent \gls{NMS}.
All boxes that pass \gls{NMS} are added to a
per image maxima list. One box could make the confidence threshold