Let’s say I have dataset of several thousand images of polygons with some objects placed on the polygon edges. If I create a mask for training that will show where said objects are on each image, and then train U-Net or some other CNN so it will be able to find these objects on new images, can I also use this to predict optimal (based on dataset) placement of objects on clean polygons (that doesn’t have objects on them whatsoever)?
I am taking this approach to create an AI that can place sprinklers on lawn, so I am interested if this solution is possible, or I skipped some easier way to do this.