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 ?