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-DRA8X-TDA4X: Importing mobilenet v1 (tensorflow) into TIDL for the TDA4

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

I tried importing mobilenet v1 224 starting from this tutorial for the TDA2:

I had to adjust many file names and many paths. In the end I've been able to convert mobilenet v1 into TIDL format.
However, when I run the inference simulation, I get the following error:

Processing config file #0 : testvecs/config/infer/public/tensorflow/tidl_infer_mobileNetv1.txt
 ----------------------- TIDL Process with REF_ONLY FLOW ------------------------

#    0 . .. T     948.16  ... A :   896, 0.0000, 0.0000,   670 .... .....
#    1 . .. T     908.94  ... A :   558, 0.0000, 0.0000,   420 .... .....
#    2 . .. T     901.69  ... A :   443, 0.0000, 0.0000,   420 .... .....
#    3 . .. T     897.74  ... A :   499, 0.0000, 0.0000,   420 .... .....
#    4 . .. T     909.30  ... A :   539, 0.0000, 0.0000,   420 .... .....
#    5 . .. T     896.48  ... A :   539, 0.0000, 0.0000,   420 .... .....
#    6Error in reading �̽��, �̽��

Can anyone point me in the right direction ? Is there any tutorial about importing tensorflow mobilenet models for the TDA4 ? I tried searching the forums but found nothing clear.

Thanks