›Object Detection

Image Classification

  • Projects
  • Data Preparation
  • Training and testing
  • Running Model on device

Object Detection

  • Projects
  • Import images
  • Import dataset
  • Export dataset
  • Markup images
  • Augmentation
  • Training
  • Recognizing objects in live stream iOS App
  • Recognizing objects in still images iOS App

Semantic Segmentation

  • Projects
  • Import images
  • Export Dataset
  • Markup images
  • Augmentation
  • Training
  • Semantic Segmentation in live stream iOS App

Terms of use

  • Terms of use
  • Privacy Notice

Recognizing objects in live stream iOS App

Let’s use our CoreML model in MakeML's example, you can download it using the following link. Open project, add you .mlmodel file to it. Then change modelURL variable (ObjectDetectionViewController) with name of your model.

alt-text

← TrainingRecognizing objects in still images iOS App →