Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rabah-khalek committed Aug 13, 2024
1 parent a44399d commit fe26272
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions giskard_vision/landmark_detection/detectors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
from .cropping_detector import CroppingDetectorLandmark
from .metadata_detector import MetaDataScanDetectorLandmark
from .transformation_blurring_detector import TransformationBlurringDetectorLandmark
from .transformation_color_detector import TransformationColorDetectorLandmark
from .transformation_resize_detector import TransformationResizeDetectorLandmark

__all__ = [
"CroppingDetectorLandmark",
"TransformationBlurringDetectorLandmark",
"TransformationColorDetectorLandmark",
"TransformationResizeDetectorLandmark",
"MetaDataScanDetectorLandmark",
]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from giskard_vision.core.scanner.issues import Robustness
from giskard_vision.core.issues import Robustness

from ...core.detectors.decorator import maybe_detector
from ..dataloaders.wrappers import CroppedDataLoader
Expand Down

0 comments on commit fe26272

Please sign in to comment.