[Learning notes and hw] getting started with R-cnn: Manually implementing Intersection over Union (IoU)
Mar 21 · 4 min read · The first thing we're tasked with is to implement manually a function that calculates the intersection over union between 2 boxes, let's assume each box comes with a list of coordinates, [x1, y1, x2,
Join discussion