File size: 216 Bytes
d866b52
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""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),
        ],
}