Tool/software: Linux
Hi,
What the diffrence between "PROCESSOR_SDK_VISION_03_04_00_00\ti_components\algorithms\REL.TIDL.01.01.01.00\modules\ti_dl\test" and "D:\code\PROCESSOR_SDK_VISION_03_04_00_00\vision_sdk\apps\src\rtos\usecases" .
I want to use the TIDL in TDA2X, and I want to write a test application to load my net and param and image to get inference result. And I am confused with which test I need refer to, and what API I need to call.
I have get the "dsp_test_dl_algo.out" file, but I have not JTAG, so I do not want to use CCS, what can I do to load the out file to my board?
And I am also confued with that does the out file I need to load it to A15 ? Or other core? I maybe copy it to the A15 by SSH, and execute it. Dose It will work?
Do I need load code to EVE core or DSP core? I think the all files in the VSDK are only used by A15, and I do not need load any files to the DSP or EVE core, is that right ?
Thanks~