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

Add pipeline for numpy #59

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

gachiemchiep
Copy link

  1. Allow Augmentor to generate samples for a list of numpy array and correspoding labels

  2. Change output image name from uuid4().extension into oldname_uuid4().extension
    There are several cases where label of image is defined inside image name. So if output image name is a random characters generated by uuid4, this will lead in missing image label.

@mdbloice
Copy link
Owner

Hi @gachiemchiep thanks a lot for putting so much effort into this, and apologies for the delay responding. I have had teaching duties at work among other things which made January quite difficult to find time for Augmentor. Anyway, right now I am working on some major changes to Augmentor, including the ability to pass multiple images simultaneously through the pipeline for image/gold truth augmentation. I would therefore like to merge your code with the new version once I've updated it. Which I think will be next week some time. I will take into account the changes you have made here into how I go about implementing this, so that we can include your functionality too. Thanks again for making the PR!

@gachiemchiep
Copy link
Author

Hi @mdbloice . Augmentor is great tool. It did help my work a lot. Hope you release the new update soon.
Best regard

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.

4 participants