Open
Description
Periodically we see issues where something is working for a user performing training and it turns out to be that there are bounding boxes that extend beyond the edges of the images they are associated with (#989 is the most recent example).
We should add a validation step to ensure that all bounding boxes associated with an image are within the size bounds of that image and report clearly that this is the issue to make it easier for the user to figure this out.