openvinotoolkit / anomalib

An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.
https://anomalib.readthedocs.io/en/latest/
Apache License 2.0
3.41k stars 616 forks source link

[PLACEHOLDER] [Task]: Put validations from aupimo in a common place #2093

Open jpcbertoldo opened 1 month ago

jpcbertoldo commented 1 month ago

Placeholder issue for when https://github.com/openvinotoolkit/anomalib/pull/1726 is merged.

Related to this comment: https://github.com/openvinotoolkit/anomalib/pull/1726/files#r1601581762


AUPIMO's code (src/anomali/metrics/per_image) has several validation functions that should be placed elswhere in a common place to be reused. See file _validate.py in particular.