From 04a57c164ad0ea06fa3e462ea557643ed1acdd9b Mon Sep 17 00:00:00 2001 From: Ben Hoff Date: Sat, 17 Aug 2019 15:54:49 -0400 Subject: [PATCH] Correct odd spacing in auto annotation model manager (#648) --- cvat/apps/auto_annotation/model_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/apps/auto_annotation/model_manager.py b/cvat/apps/auto_annotation/model_manager.py index a2b73333..b15e1fe0 100644 --- a/cvat/apps/auto_annotation/model_manager.py +++ b/cvat/apps/auto_annotation/model_manager.py @@ -313,7 +313,7 @@ def run_inference_engine_annotation(data, model_file, weights_file, def add_shapes(shapes, target_container): for shape in shapes: if shape["label"] not in labels_mapping: - continue + continue db_label = labels_mapping[shape["label"]] target_container.append({