【发布时间】:2021-10-18 06:02:21
【问题描述】:
我做了一个基于树莓派的项目来检测客户对象。我从 Google Cloud 获得的 .tflite 文件。我大约两个月前制作的第一个模型,一切正常。昨天我训练了我更新的数据集并遇到了一些麻烦。当我尝试运行脚本时,出现下一个错误:
Loading model...Traceback (most recent call last):
File "TFLite-PiCamera-od.py", line 84, in <module>
interpreter = tflite.Interpreter(model_path=PATH_TO_MODEL_DIR)
File "/home/pi/tensorflow/lib/python3.7/site-packages/tflite_runtime/interpreter.py", line 207, in __init__
custom_op_registerers_by_func))
ValueError: Op builtin_code out of range: 130. Are you using old TFLite binary with newer model?Registration failed.
有人知道怎么解决吗?
【问题讨论】:
标签: opencv raspberry-pi object-detection tensorflow-lite