File size: 439 Bytes
d866b52
 
 
 
 
f14b5ae
 
 
 
 
 
 
 
 
d866b52
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"""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),
        ],
}