Releases: jcreinhold/lesion-metrics
Releases · jcreinhold/lesion-metrics
v0.1.12 - Talleyrand
- Reduce pymedio dependency in volume calculation
v0.1.11 - Talleyrand
- Use pymedio to open files instead of torchio
- Refactor for consistency with other projects and code quality
v0.1.10 - Talleyrand
- Add lesion count to report
- Add helper metric calculator class
v0.1.9 - Talleyrand
- Add per lesion metric report CLI for a prediction/truth segmentation pair
v0.1.8 - Talleyrand
- Add more summary statistics to report
v0.1.7 - Talleyrand
- Add segmentation volume to report and fix minor bugs
v0.1.6 - Talleyrand
- Fix minor bug in IoU per lesion computation
v0.1.5 - Talleyrand
- Make package compliant with mypy
- Add lesion volume calculation
- Add support for IoU threshold for LTPR and LFPR
v0.1.4 - Talleyrand
Change name of lesion false positive rate (LFPR) to lesion false discovery rate (LFDR) which more accurately describes the computation.
v0.1.3 - Talleyrand
Fix correlation computation in CLI and other minor typos.