Skip to content

Commit

Permalink
Refactor warning message for unsupported geometries to improve clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu committed Dec 20, 2024
1 parent d613f39 commit 0f5cba2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ def process(self, context: sly.app.Export.Context):
]
)
sly.logger.warning(
f"Objects with unsupported geometries for images were found: {formatted_message}"
f"Objects with unsupported geometries for images were found. ↙️ Check the following message."
)
sly.logger.warning(formatted_message)
coco_ann, label_id = f.create_coco_annotation(
coco_ann,
label_id,
Expand Down

0 comments on commit 0f5cba2

Please sign in to comment.