kengboon commited on
Commit
f14b5ae
·
verified ·
1 Parent(s): a57f1c6

Update examples.py

Browse files
Files changed (1) hide show
  1. examples.py +9 -0
examples.py CHANGED
@@ -3,6 +3,15 @@ key is model_name, and value is a list of (image_name, threshold).
3
  """
4
 
5
  examples = {
 
 
 
 
 
 
 
 
 
6
  "glass-tr-5-ov":
7
  [
8
  ("171436008_Fail.jpeg", 5.5),
 
3
  """
4
 
5
  examples = {
6
+ "pcb2-eff-ad":
7
+ [
8
+ ("011.JPG", 0.2),
9
+ ("004.JPG", 0.15),
10
+ ("016.JPG", 0.45),
11
+ ("020.JPG", 0.38),
12
+ ("079.JPG", 0.3),
13
+ ("094.JPG", 0.2),
14
+ ],
15
  "glass-tr-5-ov":
16
  [
17
  ("171436008_Fail.jpeg", 5.5),