segment-anything
segment-anything copied to clipboard
Is the SAM Demo hosted in the https://segment-anything.com/demo use Pytorch models or ONNX models as the prompt encoder and mask decoder
Hi I just came across the facebook's segment anything model,
According to the web demo mentioned in GitHub, it uses the PyTorch model to generate embeddings and then uses onnx model to prompt the encoding part. but the accuracy is low when compared with the hosted demo in the meta's site https://segment-anything.com/demo.
appreciate an answer regarding this
Any update about this issue ?