Skip to main content

Compute summary statistics between two binary masks.

Project description

Compute summary statistics between two sets of N-dimensional binary masks.

Installation instructions

pip install mask_stats

Usage

from mask_stats import compute_evaluations_for_mask_pairs

true_masks = [mask1, mask2, ..., maskN]
pred_masks = [pred1, pred2, ..., predN]

true_eval, pred_eval = compute_evaluations_for_mask_pairs(true_masks, pred_masks)

Todo

  • Documentation

  • More tests

  • Function to evaluate single mask pair

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mask_stats-0.3.0.tar.gz (18.4 kB view hashes)

Uploaded Source

Built Distribution

mask_stats-0.3.0-py2.py3-none-any.whl (16.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page