What is ground truth bounding box?
Christopher Snyder
Updated on May 02, 2026
.
Moreover, what is ground truth annotation?
In machine learning, the term "ground truth" refers to the accuracy of the training set's classification for supervised learning techniques. This is used in statistical models to prove or disprove research hypotheses.
what is anchor box in Yolo? YOLO can work well for multiple objects where each object is associated with one grid cell. But in the case of overlap, in which one grid cell actually contains the centre points of two different objects, we can use something called anchor boxes to allow one grid cell to detect multiple objects.
Just so, what are anchor boxes?
Anchor boxes are a set of predefined bounding boxes of a certain height and width. These boxes are defined to capture the scale and aspect ratio of specific object classes you want to detect and are typically chosen based on object sizes in your training datasets.
What is IoU in object detection?
Intersection over Union is an evaluation metric used to measure the accuracy of an object detector on a particular dataset. Intersection over Union is simply an evaluation metric. Any algorithm that provides predicted bounding boxes as output can be evaluated using IoU.
Related Question Answers