# Video Datamodules

Anomalib provides datamodules for handling video-based anomaly detection datasets. These datamodules are specifically designed to work with video sequences and support various video anomaly detection benchmarks.

## Available Datamodules

```{grid} 3
:gutter: 2

:::{grid-item-card} Avenue
:link: avenue
:link-type: doc

CUHK Avenue dataset datamodule for video anomaly detection.
:::

:::{grid-item-card} ShanghaiTech
:link: shanghaitech
:link-type: doc

ShanghaiTech dataset datamodule for video anomaly detection.
:::

:::{grid-item-card} UCSDped
:link: ucsdped
:link-type: doc

UCSD Pedestrian dataset datamodule for video anomaly detection.
:::
```

```{toctree}
:hidden:
:maxdepth: 1

avenue
shanghaitech
ucsdped
```
