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

Added image format conversion to dataset tool #46

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

Conversation

TheDudeFromCI
Copy link

When working with custom image folders (and similarly image folder zips) it can be common to have a lot of images in different formats which don't always seem to cleanly convert over to the ideal format. For example, having some grayscale images and some full-color images, having some images saved with an alpha channel, or having images that were converted using 3rd party tools that use other image formats like cymk. I actually run into this one a few times myself when working with web scrappers.

So I added a utility option to force image folders to be loaded with a specific image format. Hopefully, this helps someone!

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