v1.1.0
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.mlmodelSee the README for annotation format details.
Installation
brew tap schappim/createml-cli
brew install createml-cli