We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2500f1e commit 4df2dbdCopy full SHA for 4df2dbd
1 file changed
datatorch/api/scripts/import_coco.py
@@ -5,6 +5,7 @@
5
import click
6
import logging
7
import pathlib
8
+import tqdm
9
10
from typing import List
11
from .utils.simplify import simplify_points
@@ -314,7 +315,6 @@ def import_coco(
314
315
new_annotations.append(annotation)
316
317
if len(new_annotations) > 0:
- console.log(new_annotations)
318
# Insert new annotations
319
api.execute(_CREATE_ANNOTATIONS, params={"annotations": new_annotations})
320
0 commit comments