The main metric for object detection tasks is the Mean Average Precision, implemented in PyTorch, and computed on GPU. It would be nice to add it to the collection of the metrics. The example implementation using `numpy`: https://github.com/ternaus/iglovikov_helper_functions/blob/master/iglovikov_helper_functions/metrics/map.py