›Image Classification

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

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

Terms of use

  • Terms of use
  • Privacy Notice

Training and testing

https://makeml.app/docs/assets/image_classification_start_training.png

  1. To start training of Image Classification model all you need to do is to press start training button in the top left corner of Image Classification projects window.

Test Model Training Results

https://makeml.app/docs/assets/image_classification_training_run_model.png

  1. Right after your model have trained you can test your Image Classification model right in the MakeML app. You just need to press "Run model" button from training list view controller.

https://makeml.app/docs/assets/image_classification_training_run_model_empty.png

  1. When the model will be downloaded from the server you'll see the following screen. You need to drag&drop images to the left pane, or press "Import images" button, to import test images.

https://makeml.app/docs/assets/image_classification_run_model_with_images.png

  1. After importing images you will see a list of images in the left pane, you also can see training parameters at the bottom. In the right pane you can see a list of classification labels and confidence for each of them.
← Data PreparationRunning Model on device →
  • Test Model Training Results