aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xevaluate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/evaluate.py b/evaluate.py
index 76ee472..e90dae8 100755
--- a/evaluate.py
+++ b/evaluate.py
@@ -72,8 +72,8 @@ def draw_results(test_label, pred_label):
def test_model(gallery_data, probe_data, gallery_label, probe_label, gallery_cam, probe_cam, showfiles_train, showfiles_test, args):
- debug("probe shape:", probe_data.shape)
- debug("gallery shape:", gallery_data.shape)
+ debug("probe shape: %s", probe_data.shape)
+ debug("gallery shape: %s", gallery_data.shape)
if args.rerank:
distances = re_ranking(probe_data, gallery_data,