Kubnal Bridge

Model Components

Bounding Box

Bounding boxes are defined by (x, y, width, height) coordinates and are used in object detection to indicate where a detected object is located within an image. Models like YOLO, Faster R-CNN, and DETR predict bounding boxes alongside class labels.

Accurate bounding box prediction enables downstream tasks like object tracking, scene understanding, and image-based question answering. In multimodal AI, bounding boxes connect visual regions to textual descriptions.

Authority Links

Related Terms