[Learning notes and hw] getting started with R-cnn: Manually implementing Intersection over Union (IoU)
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,
notes-hw.hashnode.dev4 min read