Skip to content

Instantly share code, notes, and snippets.

@paularamo
Last active February 16, 2023 13:27
Show Gist options
  • Save paularamo/24457a4eaeb98f15d5b39bc62b513d26 to your computer and use it in GitHub Desktop.
Save paularamo/24457a4eaeb98f15d5b39bc62b513d26 to your computer and use it in GitHub Desktop.
from anomalib.models import Padim
model = Padim(
input_size=(256, 256),
backbone="resnet18",
layers=["layer1", "layer2", "layer3"],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment