Skip to content

Commit 1cba672

Browse files
authored
Update utils.py
1 parent 5601dff commit 1cba672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/patchcore/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ def compute_and_store_final_results(
134134
"Full PRO",
135135
"Anomaly Pixel AUROC",
136136
"Anomaly PRO",
137-
"Image AP", # 新增指标
138-
"Pixel AP", # 新增指标
139-
"New PRO", # 新增指标
137+
"Image AP",
138+
"Pixel AP",
139+
"New PRO"
140140
],
141141
):
142142
"""Store computed results as CSV file.

0 commit comments

Comments
 (0)