Shape metric
Shape metrics are quantitative methods used to assess and compare the geometric properties of objects, often in datasets that represent shapes. One such metric is the Procrustes Disparity, which measures the sum of the squared differences between two datasets after applying a Procrustes transformation. This transformation involves scaling, rotating, and translating the datasets to achieve optimal alignment. The Procrustes Disparity is particularly useful when comparing datasets that are similar in structure but not perfectly aligned, allowing for more meaningful comparison by minimizing differences due to orientation or size.
[1.5.0] - 2024-10-18
Added
- Added segmentation metric
HausdorffDistance
(#2122) - Added audio metric
DNSMOS
(#2525) - Added shape metric
ProcrustesDistance
(#2723) - Added
MetricInputTransformer
wrapper (#2392) - Added
input_format
argument to segmentation metrics (#2572) - Added
multi-output
support for MAE metric (#2605) - Added
truncation
argument toBERTScore
(#2776)
Changed
- Tracker higher is better integration (#2649)
- Updated
InfoLM
class to dynamically sethigher_is_better
(#2674)
Deprecated
- Deprecated
num_outputs
inR2Score
(#2705)
Fixed
- Fixed corner case in
IoU
metric for single empty prediction tensors (#2780) - Fixed
PSNR
calculation for integer type input images (#2788)
Key Contributors
@Astraightrain, @grahamannett, @lgienapp, @matsumotosan, @quancs, @SkafteNicki
New Contributors since 1.4.0
- @kalekundert made their first contribution in #2543
- @lgienapp made their first contribution in #2392
- @sweber1 made their first contribution in #2634
- @gxy-gxy made their first contribution in #2347
- @Astraightrain made their first contribution in #2605
- @ndrwrbgs made their first contribution in #2640
- @grahamannett made their first contribution in #2674
- @petertheprocess made their first contribution in #2721
- @rittik9 made their first contribution in #2726
- @vkinakh made their first contribution in #2698
- @likawind made their first contribution in #2732
- @veera-puthiran-14082 made their first contribution in #2753
- @GPPassos made their first contribution in #2727
Full Changelog: v1.4.0...v1.5.0