Hello,
We’re compiling a segmentation model from SavedModel (.pb) to .hef.
The SavedModel performs well while the .hef returns many detections around the actual object that should be detected.
We used the conversion code once (when the model was trained with 20k images) and it worked. Now the model is trained with more than 200k images and we are facing the mentioned issue.
By the way, the SavedModel performs well with TensorFlow.