Skip to content

This contains iOS template project that can be used to run your own CoreML Object Detection Model, which detects objects on still images

Notifications You must be signed in to change notification settings

makeml-app/Still-Object-Recognition-CoreML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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.

Still Object Recognition Example with CoreML

Is an iOS project example that can be used to run your own CoreML Object Detection Model, which detects objects on still images.

Train Custom Object Recognition CoreML model

MakeML object detection and segmentation ML models

With MakeML you can prepare dataset and train CoreML model with Tensorflow or Turi Create frameworks in one application.

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

Using another .mlmodel in iOS application

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

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

guard let modelURL = Bundle.main.url(forResource: "ObjectDetector", withExtension: "mlmodelc") else {
    return
}

Links

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

About

This contains iOS template project that can be used to run your own CoreML Object Detection Model, which detects objects on still images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages