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.

RTOS: TIDL Eve Memory Allocation Insufficient Question

Hi guys,

I met some memory allocation qproblem When i try to use my own TIDL usecase.I wanna use tidl deep learing while extart EVE1 in another thread to run  ImagePreProcess,and below is my usecase chains:

When runing this usecase,i'm facing the error:

[EVE1] Assertion @ Line: 160 in tidl/tidlLink_algPlugin.c: NULL != pAlgObj->memRec[cnt].base : failed !!!
[EVE1] Assertion @ Line: 160 in tidl/tidlLink_algPlugin.c: NULL != pAlgObj->memRec[cnt].base : failed !!!

I think the problem is EVE is called twice in the chain, OCMC_RAN memory run out.So in this case how to allocate memory?Please help!

Thanks,

Z.Y Wang