Submitted by Tekno-12345 t3_11qanvr in deeplearning
Tekno-12345 OP t1_jc9pgbl wrote
Reply to comment by HarissaForte in Using GANs to generate defective data by Tekno-12345
Thanks for the good ideas, i'll try them out.
What do you mean by the last part? How can I create patches of defects using the segmentation data?
You mean by classical methods?
HarissaForte t1_jc9s369 wrote
For example you use a bubble mask to "cut" out a bubble patch from an image. Cutting can be a mix of rectangular selection + transparency where the mask equals zero.
Then you do some random change (flip, aspect ratio…) to this patch.
Then you take a defect free image, and you randomly choose a location where to paste this defect using the bottle mask. You can paste by simply over-writing on the image, or you can do a linear interpolation between the patch image and the defect-free image so it's smoother.
I assume you have very similar images, since they're from a standardized inspection process. Also the bubbles are a very simple pattern. So this could work quite well.
Tekno-12345 OP t1_jc9zmeh wrote
Ow I see,
I have already done something similar but the results were not convincing.
Maybe I'll try it again using the masks.
Viewing a single comment thread. View all comments