Skip to content

freedomtan/SimpleInceptionV3-ObjC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published