- Fixed a bug where the number of false_negatives could be less than 0.
- Breaking change: Renamed
Evaluation
toClassificationEvaluation
- Adds support for
DetectionEvaluation
- Simplifies the example template
- Breaking change: Renamed
bb2
toother
inBoundingBox()
ground_truth_path
is no longer a required argument
- Fixes template folder in distribution
- Adds cookiecutter templating for generating new projects
- Adds equality check for
BoundingBox
- Improves pandas csv handling
- Corrects loading of some CSV files
- Adds logging and more tests
- Adds referencing to
_ground_truth
and_prediction
in joined pandas tables
- Adds basic implementation with
- Full Evaluation workflow
- CSV, SimpleITK, and ImageIO loaders
- BoundingBox annotations with intersection, union and intersection over union metrics
- Unique File Indices, Unique Image, Expected Column Names and Number of cases validators
- First release on PyPI.