You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to include tflite-micro as a part of PX4 on my pixracer pro. It uses arm cortex m7 and I have built the static tflite-micro library using the documentation in this repo. When I include it in PX4 however I'm told I also need the header files (building, linking and compiling is not my strong suite). Which header files are these exactly? I included tflite-micro, flatbuffers, gemmlowp and ruy as submodules to get the header files, but after many days of trouble shooting I think especially the flatbuffers headers that are included are to complex and includes things I don't need in the embedded build.
Hi, I'm trying to include tflite-micro as a part of PX4 on my pixracer pro. It uses arm cortex m7 and I have built the static tflite-micro library using the documentation in this repo. When I include it in PX4 however I'm told I also need the header files (building, linking and compiling is not my strong suite). Which header files are these exactly? I included tflite-micro, flatbuffers, gemmlowp and ruy as submodules to get the header files, but after many days of trouble shooting I think especially the flatbuffers headers that are included are to complex and includes things I don't need in the embedded build.
If anyone is interested my code is here:
tflite CMakelists.txt
Inference module
The text was updated successfully, but these errors were encountered: