markshih91 / mobilenet_v2_ssdlite_keras

A keras version of real-time object detection network : mobilenet_v2_ssdlite
80 stars 40 forks source link

Inference time IOU setting has no effect #10

Open torta24x opened 3 years ago

torta24x commented 3 years ago

I have trained the model on a custom dataset When I do inferencing there are multiple bbox for the same object and even after changing IOU value from 0.9 to 0.1. I am not sure why IOU is not taking any effect on inferencing

Did anybody face a similar problem?

Thank you