> For the complete documentation index, see [llms.txt](https://ai.nuhil.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai.nuhil.net/computer-vision/evaluating-object-localization.md).

# Evaluating Object Localization

## Intersection Over Union

![](/files/-MI12Gk2pe1nDsLX1d9_)

## Non-max Suppression

One of the problems of Object Detection as you've learned about this so far, is that your algorithm may find multiple detections of the same objects. Rather than detecting an object just once, it might detect it multiple times. Non-max suppression is a way for you to make sure that your algorithm detects each object only once.

![](/files/-MI14TqQzz60Csnh8a4h)
