I am trying to create an Object Detection model with CreateML.
But no matter what I do, every time I press "Train" I get the message "Unexpected Error". But without any further information.
Here is the annotations.json data:
[{"image":"bild.jpg","annotations":[{"label":"sneakers","coordinates":{"y":875,"x":473,"width":236,"height":602}}]},{"image":"bild2.jpg","annotations":[{"label":"sneakers","coordinates":{"y":883,"x":440,"width":245,"height":605}}]},{"image":"bild3.jpg","annotations":[{"label":"sneakers","coordinates":{"y":608,"x":362,"width":222,"height":522}}]},{"image":"bild4.jpg","annotations":[{"label":"sneakers","coordinates":{"y":777,"x":411,"width":254,"height":687}}]}]
And here screenshots from CreateML:
https://i.stack.imgur.com/y0JOa.png
https://i.stack.imgur.com/mRzMp.png
Does anyone have any idea what I am doing wrong?