From 03bcdd9552f212c16ad90a9d36ec5161391b10af Mon Sep 17 00:00:00 2001 From: Dmitry Sidnev Date: Wed, 9 Jan 2019 16:05:18 +0300 Subject: [PATCH] Remove debug line --- utils/coco/converter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/coco/converter.py b/utils/coco/converter.py index f7a3ea176f8b..a2bdbb91ee3b 100644 --- a/utils/coco/converter.py +++ b/utils/coco/converter.py @@ -411,7 +411,6 @@ def main(): # Draw contours of objects on image if args.draw != None: draw_polygons(image['polygon'], image['name'], args.image_dir, args.draw, args.draw_labels) - break log.info('Processed images: {}'.format(len(result_annotation['images']))) log.info('Processed objects: {}'.format(len(result_annotation['annotations'])))