Skip to content

Commit

Permalink
removed some printing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristofferEdlund committed Oct 11, 2023
1 parent a3dfca9 commit 99cb219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion darwin/dataset/local_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def __init__(

# Find all the annotations and their corresponding images
for stem in stems:
print(f"stems - {stem}")
annotation_path = annotations_dir / f"{stem}.json"
images = []
for ext in SUPPORTED_IMAGE_EXTENSIONS:
Expand Down

0 comments on commit 99cb219

Please sign in to comment.