You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add CLIP Image Quality Assessment metric and update dependencies
* Introduced `CLIPImageQualityAssessment` to the TorchMetrics enumeration.
* Updated `MetricResult` to support results as a list for IQA metrics.
* Added a new test for the `clipiqa` metric to validate its functionality.
* Included `piq` as a dependency in `pyproject.toml`.
* fix: update pairwise metric handling in tests
* Modified the test for `TorchMetricWrapper` to include `clipiqa` alongside `arniqa` for pairwise call types.
* Adjusted assertions to ensure correct call type behavior for both metrics.
---------
Co-authored-by: davidberenstein1957 <david.m.berenstein@gmail.com>
0 commit comments