Spaces:
Running
Running
"""List of example inputs, a dictionary where | |
key is model_name, and value is a list of (image_name, threshold). | |
""" | |
examples = { | |
"pcb2-eff-ad": | |
[ | |
("011.JPG", 0.2), | |
("004.JPG", 0.15), | |
("016.JPG", 0.45), | |
("020.JPG", 0.38), | |
("079.JPG", 0.3), | |
("094.JPG", 0.2), | |
], | |
"glass-tr-5-ov": | |
[ | |
("171436008_Fail.jpeg", 5.5), | |
], | |
} |