Anomalib Adding A Datamodule

Adds a new dataset/datamodule to anomalib under src/anomalib/data/. Use when wiring a new data source into the AnomalibDataset/AnomalibDataModule base classes, exporting it so anomalib.data.<Name> and the CLI/config (jsonargparse) can discover it, and adding matching tests. Do not use for model architecture work (see anomalib-adding-a-model) or for training an existing datamodule (see anomalib-training).

open-edge-platform eaa5409 2 files · 16.9 KB Updated

File contents

open-edge-platform/anomalib/tree/main/.agents/skills/anomalib-adding-a-datamodule commit eaa5409938

Frequently asked questions

npx skillmds@latest add open-edge-platform/anomalib-adding-a-datamodule