Base Depth Data

Base Depth Data#

Base Depth Dataset.

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

Bases: AnomalibDataset, ABC

Base depth anomalib dataset class.

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

  • transform (A.Compose) – Albumentations Compose object describing the transforms that are applied to the inputs.