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.

TIDL : Import pre-trained SSD model using caffe

Hi,

I have downloaded caffe-jacinto pre-trained model from below link:

https://github.com/tidsp/caffe-jacinto-models/tree/caffe-0.16/trained/object_detection/voc0712/JDetNet/ssd512x512_ds_PSP_dsFac_32_fc_0_hdDS8_1_kerMbox_3_1stHdSameOpCh_1/sparse

According to TIDeepLearningLibrary_UserGuide.pdf, I changed needed config files. And I am able to generate .bin files.

I used that .bin files to run ssd application on EVE with simulator, but it's taking too much time for execution(nearly 48 hours).

After successful execution I tried to visualize resultant bin, but I am unable to visualize with a given input image because of some wrong data in bin file.

I have attached all needed data for your reference.

Please guide me to resolve this issue.ImportSSD.zip