Other Parts Discussed in Thread: AM62L 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1649829/am62l…
您好,
没必要。你可以直接在EVM上进行模型的bin文件推理。你只需要把在PC端生成的推理程序拷贝到EVM上即可。 你只需要那些将在EVM的Linux系统下编译的源代码,例如在TI设备上运行的测试平台。
# Run model inference using TIDL-RT on EVM
./TI_DEVICE_armv8_test_dl_algo_host_rt.out s:inference_cl_ort_resnet18_v1_evm.txt
# below is the…