json appstore中的createml应用程序

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json appstore中的createml应用程序相关的知识,希望对你有一定的参考价值。

search "create ml site: https://developer.apple.com/"

Templates:
  Object Detection
  Image Classifier
  Sound Classification
  Text
  Recommendation
  Table
  Motion
  
Annotations format are in annotation files

Drag and Drop inputData folder which comprises all the images as well as the json file
Test the model real time using output tab which allows detection of classification on phone's camera
Annotations JSON Format
[
 {"image":"image1.jpg",
 "annotations":
 [{"label":"carrot",
 "coordinates":{"x":120,"y":164,"width":230,"height":119}
 },
 {"label":"orange",
 "coordinates":{"x":230,"y":321,"width":50,"height":50}
 }
 ]
 },
 ...
] 

以上是关于json appstore中的createml应用程序的主要内容,如果未能解决你的问题,请参考以下文章

CreateML 结果在应用程序中很糟糕,而在操场上却很完美

CreateML App - 导出经过训练的 mlmodel 以在应用程序开发中使用

CreateML Recommender 训练错误:推荐模型中的项目 ID 必须编号为 0、1、...、num_items - 1

JSONDecoder 在 TestFlight / AppStore 上崩溃

Create ML 中的“指定数据源中的空表”错误

CreateML:“无法保存文档。”