› 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

Data Preparation

To train Image Classification model you need to have at least 2 categories of images that represent different classes of objects.

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

  1. To add a class you need to press the "Add Class" class button at the bottom of the Project Screen.

  2. Then you will need to enter a title for the new class and press "OK".

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

  1. Then you need to add images that represent recently added class. Press the "Add new image" button and select appropriate images to add them.

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

  1. After adding at least 2 different classes you'll be ready to train an Image Classification model. All you need to do is just press the train button. Also you can see the stats of your project in the left pane, you can add new images or delete not needed ones, or you can delete a class if you need.
← Projects Training and testing →