Does anyone know if any SageMaker built-in algorithm supports multiple object detection in image recognition? I am thinking something like multi-label image training and detection / inference.
Thus, can we:
a) train using multi-label images
and/or
b) infer multiple objects from images (sort of like AWS Rekognition but with custom labels and training / transfer learning).
Also, I know that the doc for SageMaker Image Classification Algorithm says "takes an image as input and classifies it into one of multiple output categories".
Any recommendations are also welcome.