Submitted by Tekno-12345 t3_11qanvr in deeplearning
Hey guys,
I'm working on implementing a model to detect defects on the labels of bottles.
The model should be able to spot bubbles, folds, and miss-labels.
But I'm short on actual defective data, so I'm thinking about making some artificial data using GANs.
I gave it a shot with simple image processing, but the model couldn't generalize well.
Got any ideas or suggestions on how I could make this work?
Would really appreciate some help.
​
mcottondesign t1_jc2dygc wrote
You can increase the amount of your existing defect images but flipping, rotating, cropping the images in a pre-processing step.
It isn’t a perfect answer but it is a great way to augment the limited data you already have.