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

DetectionBaseModel.label() file handling improvement #119

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

n0kovo
Copy link

@n0kovo n0kovo commented Jan 24, 2024

This PR implements two updates to DetectionBaseModel.label():

  1. ef83ab8 - Handling for multiple extensions and recursive search:

    • Added support for specifying multiple file extensions via extensions (list) argument.
      This is backwards compatible and defaults to a single extension.
    • Added recursive directory search option via recursive (bool) argument.
  2. f8e6e47 - Truncated image loading and improved error handling:

    • Added capability to process truncated images (useful in scenarios where the dataset might contain partially corrupted or incomplete files).
    • Enhanced error resilience during image processing.

Please let me know if anything needs changing.

@CLAassistant
Copy link

CLAassistant commented Jan 24, 2024

CLA assistant check
All committers have signed the CLA.

@capjamesg capjamesg self-requested a review January 25, 2024 08:57
@capjamesg
Copy link
Member

Following up!

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.

None yet

3 participants