In this competition, you have to train a model that recognizes objects in an image. Your goal is to output bounding boxes for objects. Given an image(shape = [undefined, undefined, 3]), you need to output a list of bounding boxes (xmin, ymin, xmax, ymax, classlabel, confidencescore) for objects showed in image and its class.
PASCAL VOC 2007