We're training our object detection based model on 1280x720 images which are being resized to 300x300. Most of our bounding boxes have an area greater than 96^96 which is the maximum size for medium boxes. So almost all of our boxes lie in the large bucket.
Is there a way I can set custom sizes for these definitions so that we can have more useful mAP, precision, recall values on tensorboard?
Currently, we get no values for small and medium sized boxes.
