MakeML is a Developer Tool for Creating Object Detection and Segmentation Neural Networks without a Line of Code. It's built to make the training process easy to setup. It is designed to handle data sets, training configurations, markup and training processes — all in one place.
Is an iOS app example that uses Tensorflow Lite on GPU. Used DeepLab .tflite model.
See the Tutorial for the training object segmentation model without a line of code with macOS desktop application.
For using this project with another .tflite file, add it to the project and change this line with your name of the model.
NSString *modelPath = FilePathForResourceName(@"deeplabv3_257_mv_gpu", @"tflite");
Change the number of classes and add colors to the array:
int class_count = 21;
unsigned int colors[21] = { ... };
More Tutorials | MakeML in App Store | Full Documentation | MakeML Chat | Support page