This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-J784S4: How to build custom deep learning model on arm-linux with cmake?

Part Number: PROCESSOR-SDK-J784S4

I have a deep learning project that's built using CMakeLists, and I'd like to make it compatible with TDA4.

I have two questions:

  1. How can I use CMake instead of Concerto?
  2. Is it necessary to use an SD card to install my program, or can I simply run the executable file with TIDL and TIVX to leverage the power of DSP?
  • Hi,

    Sorry for the delay in response.

    How can I use CMake instead of Concerto?

    From the vision_apps perspective, the SDK does not support Cmake build system. However, you could refer the concerto.mak files and create a cMake file with the libraries mentioned in the concerto.mak

    Is it necessary to use an SD card to install my program, or can I simply run the executable file with TIDL and TIVX to leverage the power of DSP?

    From the vision_apps perspective, we would require to setup the SD card, OSPI, eMMC to run the executable as this would depend on the libraries available in the filesystem.

    Regards,

    Nikhil