From 89adca3ac40473c1577b286ebbd25dfd8843c93f Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 4 Jul 2019 17:11:29 +0200 Subject: [PATCH] Removed obsolete import Signed-off-by: Jim Martens --- src/twomartens/masterthesis/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/twomartens/masterthesis/cli.py b/src/twomartens/masterthesis/cli.py index c131fc5..276c46a 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -214,7 +214,6 @@ def _ssd_train(args: argparse.Namespace) -> None: del file_names_train, instances_train, file_names_val, instances_val if args.debug and conf.get_property("Debug.train_images"): - from twomartens.masterthesis.ssd_keras.eval_utils import coco_utils from twomartens.masterthesis import debug train_data = next(train_generator)