Hi,
I have a semantic segmentation model to validate the performance between the caffe-jacinto and TIDL.
And the test databse consists of the day, night, city and suburb scenes.
I tried different settings on TIDL, including the numParamBits, createParams.quantHistoryParam1, createParams.quantHistoryParam2 and createParams.quantMargin.
Then, I got a setting can be nearest to the caffe-jacinto results. (TIDL/Caffe-Jacinto accuracy : 80.8%/85.7%)
numParamBits = 10
createParams.quantHistoryParam1 = 10
createParams.quantHistoryParam2 = 10
createParams.quantMargin = 20
My question is
(1) how to set the parameters on TIDL to make TIDL and caffe-jacinto results be the same? (any cue)
(2) when I use another model to validate the results between TIDL and caffe-jacinto on the same settings, I can't get good result.
But, using another settings can get a better result.
numParamBits = 8
createParams.quantHistoryParam1 = 0
createParams.quantHistoryParam2 = 0
createParams.quantMargin = 0
(TIDL_10bits/TIDL_8bits/caffe-jacinto accuracy : 80.2%/82.2%/86.1%)
How could I solve the question to get a better results?
Best Regards,
Ahan Tseng