Base Depth Data

Base Depth Data#

Base Depth Dataset.

class anomalib.data.base.depth.AnomalibDepthDataset(task, transform=None)#

Bases: AnomalibDataset, ABC

Base depth anomalib dataset class.

Parameters:
  • task (str) – Task type, either ‘classification’ or ‘segmentation’

  • transform (Transform, optional) – Transforms that should be applied to the input images. Defaults to None.