I am trying to create a new object detection model in autoML vision. I followed this & this guides about how to prepare and format my training data. For some unknown reason, there are a lot of missing bounding boxes when importing the data. For example, an image with 84 bounding boxes only loads 12 in autoML.
I have checked for the minimum bounding box size, maximum number of bounding boxes per image and maximum image size.
Is anybody else experiencing the same issues?