Skip to content

Commit

Permalink
Change log level from info to debug to make logs cleaner and concise,…
Browse files Browse the repository at this point in the history
… when label have unsupported geometry
  • Loading branch information
cxnt authored Sep 3, 2024
1 parent 210be33 commit 343216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _write_new_ann(path, content):
if yolov8_line is not None:
yolov8_ann.append(yolov8_line)
except Exception as e:
sly.logger.info(f"Label skipped: {e}")
sly.logger.debug(f"Label skipped: {e}")
skipped_classes.append(
(label.obj_class.name, label.geometry.geometry_name(), img_name)
)
Expand Down

0 comments on commit 343216c

Please sign in to comment.