i would like to train a CNN for detection and classification of any kind of signs (mainly laboratory and safety markers) using tensorflow. While I can gather enough training data for the classification training set, using e.g. The Bing API, I‘m struggeling to think about a solution to get enough images for the object detection training set. Since these markers are mostly not public available, I thought I could make a composite of a natrual scene image with the image of the marker itself, to get a training set. Is there any way to do that automatically? I looked at tensorflow data augmentation class, but it seems it only provides functionality for simpler data augmentation tasks.