Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skip invalid labels in exporting procedure #367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rezakarbasi
Copy link

This change fixes Issue #365, where the export process failed due to polygons with zero points. I added a condition to check for empty polygons and skip those annotations using a continue statement. This ensures that only valid polygons with points are processed, preventing the error during export.

@github-actions github-actions bot added the fix label Dec 4, 2024
@rezakarbasi
Copy link
Author

@xtrementl @makseq @nick-skriabin @laynr
Could you tell me what's the problem in merging the code into the main branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant