Object detection, evaluate funct from engine.py

Hi,

I have converted my dataset to coco format to produce a mask rcnn model. I use the one epoch and evaluate functions from engine.py. My results are ok but I would like to know if there is a way to get the AP in a list to further produce a plot AP per epoch without going all the way to coco api.

Any ideas would be appreciated.