Model Pipeline - Bounding box handling
This pipeline shows how bounding boxes are processed in an object detection task. It starts with raw image data and bounding box coordinates, then normalizes and encodes the boxes, trains a model to predict boxes, and finally decodes predictions to get final bounding boxes.