anomaly-detection / examples.py
KB Teo
Update interface
d866b52
raw
history blame
216 Bytes
"""List of example inputs, a dictionary where
key is model_name, and value is a list of (image_name, threshold).
"""
examples = {
"glass-tr-5-ov":
[
("171436008_Fail.jpeg", 5.5),
],
}