The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Apache License 2.0
47.87k
stars
5.66k
forks
source link
ONNX model produces worse result than Pytorch counterpart #714
So I have the following for the Pytorch prediction for a finetuned model with only bounding boxes.
Pytorch Prediction
and get the image like this (which is correct)
ONNX Prediction
and get this wrong one
Any possible idea why?