简体   繁体   English

创建 ML - Object 检测训练 - 意外错误

[英]Create ML - Object Detection Training - Unexpected Error

I am trying to create an Object Detection model with CreateML.我正在尝试使用 CreateML 创建 Object 检测 model。

But no matter what I do, every time I press "Train" I get the message "Unexpected Error".但无论我做什么,每次我按“Train”时都会收到“Unexpected Error”消息。 But without any further information.但没有任何进一步的信息。

Here is the annotations.json data:这里是注解。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}}]}]

And here screenshots from CreateML:这里是 CreateML 的截图:

https://i.stack.imgur.com/y0JOa.png https://i.stack.imgur.com/y0JOa.png

https://i.stack.imgur.com/mRzMp.png https://i.stack.imgur.com/mRzMp.png

Does anyone have any idea what I am doing wrong?有谁知道我做错了什么?

I had GPU timeout and other issues.我有 GPU 超时和其他问题。 Just cancelling the error and clicking on Resume Training worked for me.只需取消错误并单击“恢复培训”即可。 The error might pop up for a few times, but after a while, the process will continue.该错误可能会弹出几次,但一段时间后,该过程将继续。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM