Anomalib Adding A Model

Adds a new anomaly-detection model to anomalib under src/anomalib/models/. Use when implementing a new model architecture (image or video), wiring it into the AnomalibModule base class, registering it so get_model() and the CLI/config (jsonargparse) can discover it, and adding matching tests. Do not use for changes to existing model internals only (no new model), or for datamodule/dataset work (see anomalib-adding-a-datamodule).

open-edge-platform 8d07b6e 2 files · 11.0 KB Updated

File contents

open-edge-platform/anomalib/tree/main/.agents/skills/anomalib-adding-a-model commit 8d07b6e640

Frequently asked questions

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