Skip to content

v1.1.0

Choose a tag to compare

@schappim schappim released this 21 Jan 05:04
· 3 commits to master since this release

New Features

  • Object Detection Training - Train object detection models from annotated images
    • Uses Create ML's MLObjectDetector
    • Supports bounding box annotations in JSON format
    • Reports mean Average Precision (mAP @ IoU 0.5)

Usage

createml object-detect training_data/ -o MyDetector.mlmodel

See the README for annotation format details.

Installation

brew tap schappim/createml-cli
brew install createml-cli