ml-N
  • Introduction
  • Theory
    • Reinforcement Learning
      • Preface
      • Basic Conceptions
      • Multi-armed Bandits
      • Finite Markov Decision Processes
      • Dynamic Programming
    • Conception
    • IO
    • Architecture
    • Awesome Ideas
  • Tools
    • Caffe
      • Summary
      • Tips
      • Issues
    • Tensorflow
      • Tips
  • Applications
    • Object Detection
Powered by GitBook
On this page
  • Evaluation Methods
  • IoU: Intersection over Union
  1. Applications

Object Detection

PreviousApplications

Last updated 6 years ago

Evaluation Methods

IoU: Intersection over Union

It's an interesting name because it just means what it is called:

IoU=Area of OverlapArea of UnionIoU = \frac{Area \space of \space Overlap}{Area \space of \space Union}IoU=Area of UnionArea of Overlap​

To help better understand the conception, I'd like to give a more clear graph: