Closed tattain404 closed 2 years ago
Which TensorFlow Lite version did you use? I can try to reproduce the issue at the office here.
I tried tensorflow lite 2.6.0 and 2.4.0 both, comes out with the same result
Which TensorFlow Lite version did you use? I can try to reproduce the issue at the office here.
Which TensorFlow Lite version did you use? I can try to reproduce the issue at the office here.
Hi, when you use the tflite, do you meet the same problem? I try to rebuild the system, but the problem remains.
It took some time to solve the problem. It seems the issue is related to the latest flatbuffers release. If you use the previous version every compiles well.
git clone -b v2.0.0 --depth=1 --recursive https://github.com/google/flatbuffers.git
It took some time to solve the problem. It seems the issue is related to the latest flatbuffers release. If you use the previous version every compiles well.
git clone -b v2.0.0 --depth=1 --recursive https://github.com/google/flatbuffers.git
Thx a lot, it works!
Hello - I did everything follow the instructions from https://qengineering.eu/install-tensorflow-2-lite-on-raspberry-64-os.html for installing TensorFlow Lite on RPi4B with Bullseye 64-bits OS
Dependencies was fully installed and the C++ installation was successful, after exchanging the old version of flatbuffers and successful compilation, i got two libraries and two folders with header files.
but when i run TestTensorFlow_Lite.cpb with Code::Blocks, comes out the following errors. That VerifyField is missing.
could you please tell me, how can i solve this problem?