Skip to content

Commit

Permalink
Update giskard_vision/landmark_detection/detectors/transformation_col…
Browse files Browse the repository at this point in the history
…or_detector.py

Co-authored-by: Rabah Abdul Khalek <[email protected]>
  • Loading branch information
bmalezieux and rabah-khalek authored Jan 22, 2024
1 parent 2c778ca commit 5cba860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .decorator import maybe_detector


@maybe_detector("color_landmark", tags=["landmark"])
@maybe_detector("color_landmark", tags=["vision", "face", "landmark", "filtered", "colored"])
class TransformationColorDetectorLandmark(LandmarkDetectionBaseDetector):
"""
Detector that evaluates models performance depending on images in grayscale
Expand Down

0 comments on commit 5cba860

Please sign in to comment.