# Data

Anomalib data can be categorized into four main types: base, image, video, and depth. Image, video and depth datasets are based on the base dataset and datamodule implementations.

::::{grid}

:::{grid-item-card} {octicon}`copy` Base Classes
:link: ./base/index
:link-type: doc

Learn more about base anomalib data interfaces.
:::

:::{grid-item-card} {octicon}`file-media` Image
:link: ./image/index
:link-type: doc

Learn more about anomalib image datasets.
:::

:::{grid-item-card} {octicon}`video` Video
:link: ./video/index
:link-type: doc

Learn more about anomalib video datasets.
:::

:::{grid-item-card} {octicon}`database` Depth
:link: ./depth/index
:link-type: doc

Learn more about anomalib depth datasets.
:::

::::

```{toctree}
:caption: Data
:hidden:

./base/index
./image/index
./video/index
./depth/index
./utils/index
```
