tflite_gles_app
tflite_gles_app copied to clipboard
build on ubuntu18.04 with cuda
hi terryky, first of all wonderful work, and thanks a lot for this, previously i build this project on jetson nano and a linux pc and both was done successfully.
right now i trying to build the same on a machine with cuda and cudnn
but i am getting this error Could not find any NvInferVersion.h matching version '7.2' in any subdirectory:
system spec : cuda 11.2, cudnn 8.1, tensorRT 7.2 thanks in advance
resolve this issues by copying the include file from tensorRT folder to usr/local/cuda-11.2 but now ended up with a flatbuffer issue and compilation terminated

I have the same problem. Have you solved it?