diff --git a/giskard_vision/landmark_detection/detectors/cropping_detector.py b/giskard_vision/landmark_detection/detectors/cropping_detector.py index 8689374f..8d51ef3e 100644 --- a/giskard_vision/landmark_detection/detectors/cropping_detector.py +++ b/giskard_vision/landmark_detection/detectors/cropping_detector.py @@ -6,7 +6,7 @@ from .base import LandmarkDetectionBaseDetector -@maybe_detector("cropping_landmark", tags=["vision", "face", "landmark", "transformed", "cropped"]) +@maybe_detector("cropping_landmark", tags=["vision", "face", "landmark_detection", "transformed", "cropped"]) class CroppingDetectorLandmark(LandmarkDetectionBaseDetector): """ Detector that evaluates models performance relative to a facial part diff --git a/giskard_vision/landmark_detection/detectors/metadata_detector.py b/giskard_vision/landmark_detection/detectors/metadata_detector.py index 6e182239..47ff13fa 100644 --- a/giskard_vision/landmark_detection/detectors/metadata_detector.py +++ b/giskard_vision/landmark_detection/detectors/metadata_detector.py @@ -8,6 +8,6 @@ from .specs import DetectorSpecs -@maybe_detector("metadata_landmark", tags=["vision", "face", "landmark", "metadata"]) +@maybe_detector("metadata_landmark", tags=["vision", "face", "landmark_detection", "metadata"]) class MetaDataScanDetectorLandmark(DetectorSpecs, MetaDataScanDetector): surrogates = [SurrogateVolumeConvexHull, SurrogateNME] diff --git a/giskard_vision/landmark_detection/detectors/transformation_resize_detector.py b/giskard_vision/landmark_detection/detectors/transformation_resize_detector.py index f017df22..0123cfb7 100644 --- a/giskard_vision/landmark_detection/detectors/transformation_resize_detector.py +++ b/giskard_vision/landmark_detection/detectors/transformation_resize_detector.py @@ -5,7 +5,7 @@ from .base import LandmarkDetectionBaseDetector -@maybe_detector("resize_landmark", tags=["vision", "face", "landmark", "transformed", "resized"]) +@maybe_detector("resize_landmark", tags=["vision", "face", "landmark_detection", "transformed", "resized"]) class TransformationResizeDetectorLandmark(LandmarkDetectionBaseDetector): """ Detector that evaluates models performance on resized images