Remove debug line (#268)

main
DmitriySidnev 7 years ago committed by Nikita Manovich
parent c5278f0b93
commit 94a4046d6c

@ -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'])))

Loading…
Cancel
Save