luulinh90s
commited on
Commit
·
39073fc
1
Parent(s):
0ea49b5
update
Browse files
app.py
CHANGED
@@ -243,6 +243,7 @@ def completed(username):
|
|
243 |
index = visualization_file.split('-')[1].split('.')[0]
|
244 |
|
245 |
ground_truth_key = f"{get_method_dir(method)}_test-{index}.html"
|
|
|
246 |
|
247 |
if ground_truth_key in ground_truth:
|
248 |
model_prediction = ground_truth[ground_truth_key]['answer'].upper()
|
|
|
243 |
index = visualization_file.split('-')[1].split('.')[0]
|
244 |
|
245 |
ground_truth_key = f"{get_method_dir(method)}_test-{index}.html"
|
246 |
+
logger.info(f"ground_truth_key: {ground_truth_key}")
|
247 |
|
248 |
if ground_truth_key in ground_truth:
|
249 |
model_prediction = ground_truth[ground_truth_key]['answer'].upper()
|