Minor patch release
[1.4.1] - 2024-08-02
Changed
- Calculate the text color of
ConfusionMatrix
plot based on luminance (#2590) - Updated
_safe_divide
to allowAccuracy
to run on the GPU (#2640) - Improved better error messages for intersection detection metrics for wrong user input (#2577)
Removed
- Dropped
Chrf
implementation due to licensing issues with the upstream package (#2668)
Fixed
- Fixed bug in
MetricCollection
when using compute groups andcompute
is called more than once (#2571) - Fixed class order of
panoptic_quality(..., return_per_class=True)
output (#2548) - Fixed
BootstrapWrapper
not being reset correctly (#2574) - Fixed integration between
ClasswiseWrapper
andMetricCollection
with custom_filter_kwargs
method (#2575) - Fixed BertScore calculation: pred target misalignment (#2347)
- Fixed
_cumsum
helper function in multi-gpu (#2636) - Fixed bug in
MeanAveragePrecision.coco_to_tm
(#2588) - Fixed missed f-strings in exceptions/warnings (#2667)
Key Contributors
@Borda, @gxy-gxy, @i-aki-y, @ndrwrbgs, @relativityhd, @SkafteNicki
If we forgot someone due to not matching commit email with GitHub account, let us know :]
Full Changelog: v1.4.0...v1.4.1