onnxruntime/samples/iOS
Keizo Fujiwara d4507e9331
Use relative path for HEADER_SEARCH_PATHS (#5412)
Currently HEADER_SEARCH_PATHS refers a personal directory.
2020-10-08 23:06:11 -07:00
..
Frameworks Add iOS test pipeline and a sample app. (#5298) 2020-09-29 13:53:11 -07:00
ModelRunner Add iOS test pipeline and a sample app. (#5298) 2020-09-29 13:53:11 -07:00
Models Add iOS test pipeline and a sample app. (#5298) 2020-09-29 13:53:11 -07:00
ONNXModelRunner.xcodeproj Use relative path for HEADER_SEARCH_PATHS (#5412) 2020-10-08 23:06:11 -07:00
README.md Add iOS test pipeline and a sample app. (#5298) 2020-09-29 13:53:11 -07:00

ONNXRuntime iOS Sample

Before build the app

  1. create a soft link to the libonnxruntime.1.4.0.dylib to Framework directory.
  2. Cook the reduced size ORT model by following the manual. And the model file names could be found are "mobilenetv2-7.ort" and "nlp.ort" which are temporary.

open it as the xcode project, build and run the app