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.

TDA2SX: TIDL running multiple frames

Part Number: TDA2SX

Hi everyone,

I am running TIDL usecase on DSP and  want to use SSD model for object detection to make inference on multiple images at sequence. NullSrc is taking images one by one and sending them for preprocessing and inference. Inference on first image is correct, but for all images after the first one inference output have 26 bboxes detected and every bbox have confidence value 0.5 and values for coordinates are not as expected for any bbox. Some of them are invalid (below 0.0 and above 1.0).
However, if TIDL link is restarted (System_linkStop, System_linkDelete, System_linkCreate, System_linkStart sequence of functions is called) after inference for one image and before another, results for next frame are correct.

I tried same usecase with Image segmentation model and using multiple input images and there wasn't this problem.

What could be the problem, why TIDL is not working correctly with my model?

Regards,
Sasa