ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Add mAP metric for object detection

Open TheCodez opened this issue 6 years ago • 3 comments

It would be a good idea to add a mAP metric which is often used in object detection. For this the newly added IoU function from torchvision could be used.

TheCodez avatar May 08 '19 14:05 TheCodez

@TheCodez yes, that's can be a good idea. If you would like to contribute, it would be 👍

vfdev-5 avatar May 09 '19 08:05 vfdev-5

@vfdev-5 I have some code here. It's probably not even working but maybe it can be used as a starting point. I don't think I can get this finished so it would be awesome if someone else could contribute here :)

TheCodez avatar May 10 '19 14:05 TheCodez

Few other implementation refs:

  • https://github.com/coz-a/signate-fish-school/blob/main/src/solution/metrics.py
  • https://github.com/bes-dev/mean_average_precision/

vfdev-5 avatar Jan 22 '21 17:01 vfdev-5