efficientdet-keras icon indicating copy to clipboard operation
efficientdet-keras copied to clipboard

Help to use IOU metric

Open RaminNateghi opened this issue 4 years ago • 3 comments
trafficstars

Hi, I want to use a metric like IOU for training. How can I define an IOU metric for training? Thanks.

RaminNateghi avatar Feb 19 '21 13:02 RaminNateghi

I don’t understand what IOU metric is. The object detection I understand uses map as an evaluation metric

bubbliiiing avatar Feb 20 '21 06:02 bubbliiiing

Yes, in addition to the MAP we can use intersection-over-union metric for object detection as well. The MAP is also ok, how can I calculate MAP as an evaluation metric during training? I mean I need a function to calculate MAP during every iteration of training.

RaminNateghi avatar Feb 20 '21 09:02 RaminNateghi

Sorry, I didn't write the map calculation code during training. During training, only LOSS is used as an evaluation indicator. This code is difficult to write, and I don’t have time to finish it yet

bubbliiiing avatar Feb 26 '21 05:02 bubbliiiing