theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.31k stars 745 forks source link

Op builtin_code out of range: 98. Are you using old TFLite binary with newer model? #69

Closed ardtrkc closed 3 years ago

ardtrkc commented 3 years ago

Hi !

The problem To read a model (Yolo-v4-tiny) from your repo and perform inference with minimal.cc, we get the error below.

System information

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

root@analytics:~# ./minimal yolov4-tiny-416.tflite
Op builtin_code out of range: 98. Are you using old TFLite binary with newer model?
Registration failed.

Error at /usr/src/debug/minimal/1.0-r0/git/minimal.cc:53

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.