Print matrics in detectron2

I am following examples from Detectron2 notebook. My question is, how can I print following metrics for both training & testing.

  1. mAP
  2. Recall
  3. F1
  4. Confusion metrics

Hey Timothy! That’s a great question and probably the community here would have solutions for you: GitHub - facebookresearch/detectron2: Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.

Adding those capabilities to the notebook is not something we can work on right now. Really appreciate you bringing this idea to us for future use cases.