From 4a7cba60d2ecb6650caee7459b2fd1f54da74e7e Mon Sep 17 00:00:00 2001 From: wangguanzhong Date: Sun, 26 Apr 2020 11:09:18 +0800 Subject: [PATCH] fix_eval_in_train (#553) --- tools/train.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/train.py b/tools/train.py index bdc16fb86..f16da297a 100644 --- a/tools/train.py +++ b/tools/train.py @@ -279,6 +279,7 @@ def main(): eval_keys, eval_values, eval_cls, + cfg, resolution=resolution) box_ap_stats = eval_results( results, cfg.metric, cfg.num_classes, resolution, -- GitLab