The results from tf.image.resize_bilinear are quite different from cv2.resize.
tf.image.resize_bilinear
cv2.resize
I found this a little bothersome. Set align_corners=True>
align_corners=True>
This is a known issue, please see https://github.com/tensorflow/tensorflow/issues/6720