Skip to content

evalutils helps users create extensions for grand-challenge.org

License

Notifications You must be signed in to change notification settings

comic/evalutils

Repository files navigation

evalutils

Build Status PyPI version PyPI - Python Version Documentation Status Code style

evalutils contains useful functions for evaluating machine learning models in the context of medical imaging.

Features

  • Bounding box annotations with Jaccard Index calculations
  • Calculations of bootstrapped ROC curves
  • Scoring for detection tasks
  • Efficient calculation of confusion matrices, jaccard scores, dice scores, hausdorff distances, absolute volume differences, and relative volume differences

Getting Started

evalutils requires Python 3.9 or above, and can be installed from pip. Please see the Getting Started documentation for more details.