I'm trying to build an object detection model with Create ML. In addition to detecting the type of objects in a picture, I would like it to give me in the output the coordinates (or the position) of each detected object.
How can I get the coordinates of each detected object in the output picture?
Is it possible to do that with Create ML? And if yes, how?