SimpleInceptionV3-ObjC icon indicating copy to clipboard operation
SimpleInceptionV3-ObjC copied to clipboard

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

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