Hello, does KotlinDL have an NMS (Non-Max Supressi...
# kotlindl
a
Hello, does KotlinDL have an NMS (Non-Max Supression) method or do we have to impl it ourselves?
CC @zaleslaw @Julia Beliaeva
z
Is it an equivalent of argmax method? When you obtain the max element from the sequence of numbers?
a
I think it's more than just an argmax since it requires to compute the IoU of each bounding boxes as well. You also might want to filter using an object score threshold