0

any ideas is OK,cpu usage,tensorflow settings,image preprocess,etc.BTW,not tf lite,and my model is ssd-mobilenet

xiadeye
  • 441
  • 1
  • 3
  • 8

1 Answers1

0

Would you consider to switch to TensorFlow Lite? It is the recommended approach to run TensorFlow models on mobile devices. It supports kernels which are optimized for ARM CPU and quantization.

See also Google's blog post for running SSD: https://ai.googleblog.com/2018/07/accelerated-training-and-inference-with.html

miaout17
  • 4,715
  • 2
  • 26
  • 32