I need help with my model, I followed the tutorial pixel2pixel from tensorflow and generated a model. ( demonstrated below)
Input Image
Output Image
After converted to tflite, output is wrong. ( demonstrated below)
Input Image
Output Image tflite model
** code I used to train the model**
Train Model pixel2pixel
** testing saved model**
Saved Model
** Inference **
Inference
Help-me please, i am not undestend why output in tflite model is wrong, sorry if it’s something simple, i am new in tensorflow.