Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 684 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 684 Bytes

SimpleInceptionV3-ObjC

A simple image classification test using Core ML and Inception V3 model in Objective-C

Note that the model is not included. Plese get it from Apple and add it to the project.

See Apple's machine learning site for more information

For Swift version, see here

MobileNet models could be converted from Keras models using script. E.g., to get MobileNet 0.5/160,

  python mobilenets.py --alpha 0.50 --image_size 160