Now I found the issue. Tensorflow did normalization to input image by multiplying 1/255.0. But in tensorrt normalization, it is 1- x/255.0.
確定! 回上一頁