Closed LyndzP closed 1 year ago
I test onnx_model_example.ipynb
When i was set imageEmbedding from Sampredictor, the decoder's output mask was perfect, but when i was set imageEmbedding from mobilesam.encoder.onnx, the mask was wrong. maybe it is encoder.onnx's problem
I solved problem!
Hi Thank you for guys made awesome project.
I made react-native app and run onnx encoder and decoder.
but decoder's output(maybe mask) has float type not bool
How can convert onnx decoder's output to binary mask? or Am i did something wrong?