This is a follow-up for !140 (merged) (that introduces the BoundingBoxCropAnnotator).
I have been running a few IJBC evaluations and have noticed issues on non-ArcFace-based systems. This introduces the following fixes:
leye
and reye
cropped positions in the default also when annotation_type == 'bounding-box'
which will trigger the selection of BoundingBoxCropAnnotator). This was currently done only for the cropped_positions_arcface
, this adds the same process for legacy, dnn and pad default croppings.@tiago.pereira could you please review this when you find the time ? It is not urgent.