I am exporting the Yolo11n-seg model to Core ML. In this format the model seems to lack any post-processing (e.g. NMS). I can live with that, but…
The output of the Core ML model is 2 tensors: var_1366 and p. The latter is supposed to contain the mask prototypes if I understand correctly, but its contents are always all zeroes. Is this a known issue? Any ideas of what I could be doing wrong? (the mask coefficients and the boxes do seem to contain plausible data)