I was building a YOLOv5 object detection model, and was looking into researching synthetic methods like GANs to increase the size of my training set in an unsupervised manner.
I know that few-shot GANs can be used to "hallucinate" images and labels for a classification task, but how can they be extended to hallucinate images and labels in YOLO format (basically lists out each bounding box and class)?
Is there some way that I can train a GAN on images / YOLO labels, and get it to hallucinate more images / labels?