Correct odd spacing in auto annotation model manager (#648)

main
Ben Hoff 7 years ago committed by Nikita Manovich
parent b7609cae91
commit 04a57c164a

@ -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({

Loading…
Cancel
Save