免责声明:我是Tensorflow中的新手。
我正在尝试使用网络摄像头为图像分类项目设置启用Tensorflow-lite的Pine64 SBC。
我已经使用 tensorflow / lite / tools / make 目录中的构建脚本构建了它。
tensorflow/lite/tools/make/gen/aarch64_armv8-a
-- /bin
-- benchmark_model
-- minimal
-- /lib
-- benchmark_lib.a
-- libtensorflow-lite.a
-- /obj
-- /tensorflow
-- /core
...
-- /lite
...
现在,我已构建它,但我不知道如何开始使用它。我希望可以在Python脚本或类似的脚本中使用它,但显然只有那些可执行文件可以使用。在SBC中的Linux中使用Tensorflow-lite的正确方法是什么?