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] Deduplicate labels and recover from malformed bboxes #75

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

Conversation

seth-planet
Copy link

Description

I was having some trouble importing my full dataset due to malformed bboxes so I added an exception handler to skip and move to the next image. Also, I noticed that duplicate bboxes were not being removed, so I added code to remove duplicates.

Type of Change

Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)

Checklist:

The code follows the Python style guide.
Code and files are well organized.
All tests pass.

Licensing:

By submitting this pull request, I confirm that:

My contribution is made under the MIT License.
I have not included any code from questionable or non-compliant sources (GPL, AGPL, ... etc).
I understand that all contributions to this repository must comply with the MIT License, and I promise that my contributions do not violate this license.
I have not used any code or content from sources that conflict with the MIT License or are otherwise legally questionable.

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

Successfully merging this pull request may close these issues.

2 participants