tensorflow lite support
getnamo opened this issue · 4 comments
getnamo commented
See https://www.tensorflow.org/mobile/tflite/
Ideally bind the C++ api and expose to blueprint along with TFLite converter.
Wishlist for now.
getnamo commented
also related:
- libtensorflow dll bind for C api inference
- TensorRT if they ever release a windows build allowing tensorcore use.
update 10/18: TensorRT now supported in windows, https://developer.nvidia.com/tensorrt
joshbrew commented
Yes please! Wish I knew how to help!
getnamo commented
Tensorflow lite will likely reside in the native version of the plugin, work tracked here: https://github.com/getnamo/tensorflow-native-ue4
Resources:
- tensorflow lite build hints https://zimenglyu.com/en/ml/android/tensorflow/2018/11/27/tflite-android-ndk-eng.html, appears to still require a bazel build process.
- models: https://www.tensorflow.org/lite/models
- reference: TfLiteCameraDemo apk with prebuilt .so (https://storage.googleapis.com/download.tensorflow.org/deps/tflite/TfLiteCameraDemo.apk)
getnamo commented
Closing issue, effort toward this issue will be made here: getnamo/TensorFlowNative-Unreal#2