CreateML what kind of ObjectDetector Network is trained?

544 Views Asked by At

I used CreateML do train a new custom 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?

I did not found anything on the official documentation:

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

1

There are 1 best solutions below

6
On BEST ANSWER

There are two options:

  1. TinyYOLOv2
  2. Using transfer learning. This uses a built-in feature extractor model (VisionFeaturePrint.Objects). This is available with Create ML in Xcode 12.