Skip to content

Potato Weigher is an iOS app example that shows how you can weigh potatoes using only iPhone with semantic segmentation.

Notifications You must be signed in to change notification settings

makeml-app/Potato-Scales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection and Segmentation MakeML

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.

MakeML Potato Scales

Is an iOS app example that shows how you can weigh potatoes using only iPhone with semantic segmentation. The machine learning model was trained for 20 minutes with 13 photos. Have used tensorflow (deeplab) for training model and their SDK for iOS.

Train Objects Segmentation .tflite model

MakeML object detection and segmentation ML models

See the Tutorial for the training object segmentation model without a line of code with macOS desktop application.

Using another .tflite model in iOS application

MakeML object detection and segmentation ML models MakeML object detection and segmentation ML models

For using MakeML Nails project with another .tflite file, add it to the project and change this line with your name of the model.

NSString *modelPath = FilePathForResourceName(@"result_model", @"tflite");

Change the number of classes and add colors to the array:

int class_count = 2;
unsigned int colors[class_count] = {  0000000000, additionalColor };

Links

More Tutorials | MakeML in App Store | Full Documentation | MakeML Chat | Support page

About

Potato Weigher is an iOS app example that shows how you can weigh potatoes using only iPhone with semantic segmentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages