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.

Compiler/PROCESSOR-SDK-DRA8X-TDA4X: TIDL to import YOLOV3

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

Tool/software: TI C/C++ Compiler

Hi all,

I want to import my YOLOV3 model using TIDL for PC simulation.

1)I need assistance in defining pipeline configuration file for YoloV3 model----> I can successfully import the Darknet backbone architecture but need help for the detection part of "prediction from scales".

2)I have came across few e2e threads where it is mentioned " we have not validated YOLO models but will do for it soon"---->So when can we expect for a YOLO validated example.

3)I need more information on the approach below on how to implement or the way to use the feature of DLR-TVM-->

"Enabling heterogeneous xNN compute. where, the nodes that cannot run on TIDL would run on ARM. In other words, it will be possible to create subgraphs that can run on TIDL accelerators and the rest on ARM.

Current PSDK6.2 has already the option to do full offload to ARM or TIDL by using DLR-TVM.. So, if a model is completely supported by TIDL it would run in TIDL. But, If there is any unsupported layer(s), then the model would be compiled for ARM only."

Any help would be appreciated

Thanks in advance!

A. Lola Gorochana