Skip to content
Advertisement

Segmentation fault (core dumped) – TFLite

Describe the problem

To read a model from official TensorFlow source (COCO SSD MobileNet v1) and perform inference with minimal.cc, we get the error below.

System information

  • Host OS Platform and Distribution : Linux Ubuntu 16.04
  • TensorFlow installed from (source or binary): From source (branch r1.12)
  • Target platform: iMX.6 (Arm v7)

Please provide the exact sequence of commands/steps when you ran into the problem

JavaScript

Do you have any idea or suggestion about why we are facing this error (because of versions, TFlite binaries or the model etc.) ? Thank you in advance.

Advertisement

Answer

Looks like the TensorFlow Lite version is too old to be supported. Please consider using TF 2.5 or beyonds.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement