Added evaluation path option to config
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -42,7 +42,8 @@ _CONFIG_PROPS = {
|
||||
"scenenet_gt_test": (str, ""),
|
||||
"output": (str, ""),
|
||||
"summaries": (str, ""),
|
||||
"weights": (str, "")
|
||||
"weights": (str, ""),
|
||||
"evaluation": (str, "")
|
||||
},
|
||||
"Debug": {
|
||||
"summaries": (bool, "True"),
|
||||
|
||||
Reference in New Issue
Block a user