Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 825 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 825 Bytes

CocoEvalPlus

A high-level encapsulation for evaluating detection on the Microsoft COCO dataset. It's based on pycocotools.cocoeval.

Features

  1. confusion matrix
  2. every category metrics (ap ar)
  3. summary metrics (map mar)
  4. visualization utils

Intuitive Results

confusion_matrixeveryCatEvl

Example of usage

All examples are shown in Test.ipynb

References