Open nyk2001 opened 4 years ago
I'm not sure if this is relevant anymore -- but here's the answer in case anyone else might need it.
You want to use Augmentor.DataPipeline()
instead of Augmentor.Pipeline()
when feeding in arrays.
It takes in two arguments, the first one is a list of lists of arrays, the second one is a list of labels. Check out the example in the link.
Hi,
I am using Augmentor package 0.2.8 (with Anaconda)
I am using an image to generate sample data but I am getting an error message. My code is
I get the following error message
Can anyone please help me with that ?