pjramg commited on
Commit
722b69d
·
1 Parent(s): b5e1135

CVPR_2023_OpenVINO_Anomalib

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ devices = core.available_devices
15
  inferencer = None
16
 
17
  example_list = [["bottle/examples/000.png", "anomaly_map", "bottle", "CPU"],
18
- ["pill/examples/010.png", "heat_map", "pill", "CPU"],
19
  ["zipper/examples/001.png", "pred_mask", "zipper", "CPU"],
20
  ["grid/examples/005.png", "segmentations", "grid", "CPU"],
21
  ["cubes/examples/005.jpg", "heat_map", "cubes", "CPU"]]
 
15
  inferencer = None
16
 
17
  example_list = [["bottle/examples/000.png", "anomaly_map", "bottle", "CPU"],
18
+ ["pill/examples/014.png", "heat_map", "pill", "CPU"],
19
  ["zipper/examples/001.png", "pred_mask", "zipper", "CPU"],
20
  ["grid/examples/005.png", "segmentations", "grid", "CPU"],
21
  ["cubes/examples/005.jpg", "heat_map", "cubes", "CPU"]]