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: deeplabV2 segmentation model API inference result is different from the PC (Emulation)

Part Number: TDA4VM


Tool/software:

We  use the comand "./out/tidl_model_import.out"   to import and get the int16 TI  model. Then I use the "./PC_dsp_test_dl_algo.out" to infer the model  in PC (Emulation)  and  use the API code to infer the model in TDA4VM board . But ,I get different result in the 500 inference images , the inference in the TDA4VM board get the lower miou ( 0.97 ) and the inference in PC (Emulation)   get higher iou (0.98) .  I compared the layers of the single image , I find there is difference in every layer between the PC (Emulation)   and in TDA4VM  board .          What is wrong with the result ? Any one can help me ?