简体   繁体   English

CreateML 训练了什么样的 ObjectDetector Network?

[英]CreateML what kind of ObjectDetector Network is trained?

I used CreateML do train a new custom ObjectDector.我使用 CreateML 来训练一个新的自定义 ObjectDector。 Everything worked well so far.到目前为止,一切都运行良好。

Now I am just wondering, what kind of Network is trained in the background?现在我只是想知道,在后台训练了什么样的网络? Is it something like YOLO or Mobilenet?它是类似于 YOLO 或 Mobilenet 的东西吗?

I did not found anything on the official documentation:我在官方文档中没有找到任何内容:

https://developer.apple.com/documentation/createml#overview https://developer.apple.com/documentation/createml#overview

There are two options:有两种选择:

  1. TinyYOLOv2小YOLOv2
  2. Using transfer learning.使用迁移学习。 This uses a built-in feature extractor model (VisionFeaturePrint.Objects).这使用内置的特征提取器模型 (VisionFeaturePrint.Objects)。 This is available with Create ML in Xcode 12.这在 Xcode 12 中的 Create ML 中可用。

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

相关问题 训练Cascade ObjectDetector Matlab - train Cascade ObjectDetector matlab 我应该使用哪种描述符来检测海豹幼崽? - What kind of descriptor should I use for seal cub detection? 深度学习中的基础网络和检测网络之间有什么区别? - What is the difference between a base network and detection network in Deep learning? Tensor Flow 2 Object Detection API2 Batch Non Max Suppression 在 TPU 上训练有素的 Faster-RCNN 网络中似乎不起作用。 这是一个错误吗? - Tensor Flow 2 Object Detection API2 Batch Non Max Suppression in trained Faster-RCNN network on TPU does not seem to work. Is this a bug? 哪种特征向量更好地检测停车场插槽中是否有汽车? - What kind of feature vector is better to detect whether there is a car in a car park slot ? OpenCV中训练有素的级联不正确 - Bad trained cascade in OpenCV 重新训练object_detection没训练 - retrain object_detection not trained 您可以将 SageMaker 训练的模型加载到 Keras 中吗? - Can you load a SageMaker trained model into Keras? 张量流对象检测训练模型不起作用 - tensorflow object detection trained model not working 功能提取器是否在Tensorflow对象检测API中进行了训练? - Are Feature Extractors Trained in the Tensorflow Object Detection API?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM