(IOU) Intersection over union explained. With Python Code. IOU formula explained.

Datum Learning February 21, 2023
Video Thumbnail
Datum Learning Logo

Datum Learning

View Channel

About

Datum Learning is a data science driven channel. I post interesting and informative videos on ML, DL, AI and more.

Video Description

In this video, we will see the concept of Intersection Over Union and also try to code it in Python. The video first explains all the types of positions of the ground truth box and the predicted bounding box. It then explains how the boxes are labelled and how how to calculate the area of the intersection and also the area of the union. The video also explains how to get the formula for the box co-ordinates. Lastly, the video also has a Python implementation of the IOU whose code is available on Github. Code: https://github.com/DatumLearning/iou_python

You May Also Like