Hi,
I am pretty to new to this so sorry about this trivial question. I am trying to complete the Hello World example of TensorFlow Lite Micro.
In the tutorial, it says execute the following commands to run inference:
make -f tensorflow/lite/micro/tools/make/Makefile third_party_downloads
make -f tensorflow/lite/micro/tools/make/Makefile test_hello_world_test
These will create a source file hello_world.cc
. I believe I need to deploy this file to microcontroller.
How can I do that? How should I proceed after those 2 commands?