Using hx_drv_tflm.h for standalone inferencing

Hi there! Is it possible to use the “hx_drv_tflm.h” header downloaded from https://github.com/edgeimpulse/example-standalone-inferencing-himax for the standalone inferencing’s main.cpp that is downloaded from here https://github.com/edgeimpulse/example-standalone-inferencing? If yes, may i know what files/folders should i put into my standalone inferencing folder? And also do i need to modify any code? Sorry for asking such questions I’m very new to C++… Thank you! :grinning_face_with_smiling_eyes:

Hi @weijunawj,

Can you please describe what you would like to accomplish with this header file from the himax repo in the plain standalone inferencing repo (https://github.com/edgeimpulse/example-standalone-inferencing)?

If you would like to test out your model locally on your computer first without deploying to a Himax board, you can follow our instructions for PC standalone inferencing here: https://docs.edgeimpulse.com/docs/running-your-impulse-locally

Thanks!