Hi, I am running the Lanenet (GitHub - MaybeShewill-CV/lanenet-lane-detection: Unofficial implemention of lanenet model for real time lane detection using deep neural network model https://maybeshewill-cv.github.io/lanenet-lane-detection/). I first train it on my desktop with tensorflow and python. Then I convert the tensorflow checkpoint to uff and run inference with tensorrt on Jetson Xavier. However, I found the results from tensorflow python and c++ tensort rt are slightly different. Please see the two picture below. Does anyone know why?
Tensorflow python result
TensorRT c++ result