Qengineering / TensorFlow_Lite_Pose_RPi_64-bits

TensorFlow Lite Posenet on bare Raspberry Pi 4 with 64-bit OS at 9.4 FPS
https://qengineering.eu/install-ubuntu-18.04-on-raspberry-pi-4.html
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

cannot find VerifyField<int8_t> #3

Closed tattain404 closed 2 years ago

tattain404 commented 2 years ago

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. 2022-02-08-030833_1920x1080_scrot

but when i run TestTensorFlow_Lite.cpb with Code::Blocks, comes out the following errors. That VerifyField is missing.

2022-02-08-030032_1920x1080_scrot 2022-02-08-030319_1920x1080_scrot

could you please tell me, how can i solve this problem?

Qengineering commented 2 years ago

Which TensorFlow Lite version did you use? I can try to reproduce the issue at the office here.

tattain404 commented 2 years ago

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.

tattain404 commented 2 years ago

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.

Qengineering commented 2 years ago

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

tattain404 commented 2 years ago

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!