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.

TDA4VM: TDA4 TIDL RUN ERROR

Part Number: TDA4VM


Dear:

I used tidl import tool to generate bin file. With the bin file generated, I run the avp app demo, but there is an error as below:

VX_ZONE_ERROR:[tivxAlgiVisionCreate:331] Calling ialg.algAlloc failed with status = -1115

The bin file I generated only about 700KB, so I don't think  this error caused by lacking of memory.

There is my convert model param configuration:

modelType          = 0
inputNetFile       = "./segment_forward/deploy_768x384.prototxt"
inputParamsFile    = "./segment_forward/forward_768x384_iter_60000.caffemodel"
outputNetFile      = "./segment_forward/tidl_net_jSegNet21v2_768x384.bin"
outputParamsFile   = "./segment_forward/tidl_io_jSegNet21v2_768x384_"
inDataFormat = 0
perfSimConfig = ./segment_forward/perfsim_base.cfg
inData  =   "../../test/testvecs/config/segmentation_list.txt"
postProcType = 3