thangtran480/hair-segmentation

iOS example would be great, unable to load tflite model on iOS with Tensorflow-lite

tkuehnl opened this issue · 1 comments

Was trying to load the converted tflite model with the example here:
Most are using pod file with 1.13.1 version of Tensorflow-lite.
Currently it looks like 1.14+ is a requirement for your model.
https://github.com/toniz/deeplab-on-ios

So I was able to get the model implemented in iOS, but I needed to use the experimental gpu delegate and branch of tensorflow-lite for iOS. Just FYI