Krygsmancode / COS711_Assingment3

Team Project using CNN's
1 stars 0 forks source link

Functions to mearge overlapping bounding boxes or pick one #4

Open DamianJordaan opened 2 days ago

DamianJordaan commented 2 days ago

If the model outputs multiple bounding boxes of the same class, and there is a lot of overlap of the boxes merge the boxes and classifications

gryffindor-coder commented 1 day ago

I added a generic function to do what you mentioned - you'll find it on my branch. See if it is what you had in mind.