From 7b3367739a8c1df0a548a7e7aac6227b8dbdb799 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 9 Jul 2019 13:33:10 +0200 Subject: [PATCH] Added evaluation path option to config Signed-off-by: Jim Martens --- src/twomartens/masterthesis/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/twomartens/masterthesis/config.py b/src/twomartens/masterthesis/config.py index da80b0f..2e082c4 100644 --- a/src/twomartens/masterthesis/config.py +++ b/src/twomartens/masterthesis/config.py @@ -42,7 +42,8 @@ _CONFIG_PROPS = { "scenenet_gt_test": (str, ""), "output": (str, ""), "summaries": (str, ""), - "weights": (str, "") + "weights": (str, ""), + "evaluation": (str, "") }, "Debug": { "summaries": (bool, "True"),