EfficientAD: Accurate Visual Anomaly Detection at Millisecond-Level Latencies
Paper
•
2303.14535
•
Published
EfficientAD model for detecting bent wires, cable swaps, and cut insulation in cables
teacher.pth: Pre-trained teacher network (31MB)student.pth: Trained student network (44MB)autoencoder.pth: Trained autoencoder (4.2MB)import torch
# Load models
teacher = torch.load('teacher.pth')
student = torch.load('student.pth')
autoencoder = torch.load('autoencoder.pth')
@article{efficientad2023,
title={EfficientAD: Accurate Visual Anomaly Detection at Millisecond-Level Latencies},
author={Batzner, Kilian and Heckler, Lars and König, Rebecca},
journal={arXiv preprint arXiv:2303.14535},
year={2023}
}
Generated with Lumina Tech Platform