-
Notifications
You must be signed in to change notification settings - Fork 866
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
base: master
Are you sure you want to change the base?
Conversation
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! |
Hi @mdbloice . Augmentor is great tool. It did help my work a lot. Hope you release the new update soon. |
Allow Augmentor to generate samples for a list of numpy array and correspoding labels
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.