[1.6.2] - 2024-02-28
Added
- Added
zero_division
argument toDiceScore
in segmentation package (#2860) - Added
cache_session
toDNSMOS
metric to control caching behavior (#2974) - Added
disable
option tonan_strategy
in basic aggregation metrics (#2943)
Changed
- Make
num_classes
optional for classification in case of micro averaging (#2841) - Enhance
Clip_Score
to calculate similarities between same modalities (#2875)
Fixed
- Fixed
DiceScore
when there is zero overlap between predictions and targets (#2860) - Fixed
MeanAveragePrecision
foraverage="micro"
when 0 label is not present (#2968) - Fixed corner-case in
PearsonCorrCoef
when input is constant (#2975) - Fixed
MetricCollection.update
gives identical results (#2944) - Fixed missing
kwargs
inPIT
metric for permutation wise mode (#2977) - Fixed multiple errors in the
_final_aggregation
function forPearsonCorrCoef
(#2980) - Fixed incorrect CLIP-IQA type hints (#2952)
Key Contributors
@baskrahmer, @czmrand, @rbedyakin, @rittik9, @SkafteNicki, @wooseopkim
If we forgot someone due to not matching commit email with GitHub account, let us know :]
Full Changelog: v1.6.1...v1.6.2