0

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

simplesystems
  • 839
  • 2
  • 14
  • 28

1 Answers1

2

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.
Matthijs Hollemans
  • 7,706
  • 2
  • 16
  • 23