我正在尝试使用 CreateML 创建对象检测模型。
但无论我做什么,每次我按“Train”时都会收到“Unexpected Error”消息。但没有任何进一步的信息。
这是 annotations.json 数据:
[{"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}}]}]
这里是 CreateML 的截图:
https://i.stack.imgur.com/y0JOa.png
https://i.stack.imgur.com/mRzMp.png
有谁知道我做错了什么?