From 7be3ee5d4fa93247287eb81fac94bccb52416e07 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sun, 11 Aug 2019 18:01:55 +0200 Subject: [PATCH] Improved formatting Signed-off-by: Jim Martens --- src/twomartens/masterthesis/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/twomartens/masterthesis/cli.py b/src/twomartens/masterthesis/cli.py index 43b0653..e2efd59 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -91,8 +91,8 @@ def visualise(args: argparse.Namespace) -> None: output_path, coco_path, ground_truth_path = _visualise_get_config_values(conf.get_property) output_path, annotation_file_train, \ - ground_truth_path = _visualise_prepare_paths(args, output_path, coco_path, - ground_truth_path) + ground_truth_path = _visualise_prepare_paths(args, output_path, coco_path, + ground_truth_path) file_names, instances, \ cats_to_classes, cats_to_names = _visualise_load_gt(ground_truth_path, annotation_file_train, coco_utils.get_coco_category_maps)