Open Quicksticks-oss opened 1 month ago
Hello I am trying to have this work in the web using web ort but i cant get it to load any ideas?
image_encoder_hiera_t.onnx
const modelPath = "/public/models/image_encoder_hiera_t.onnx"; const imageEncoder = await ort.InferenceSession.create(modelPath); console.log(imageEncoder);
@Quicksticks-oss I think this error is not a model error, but an error in the onnx runtime itself. I recommend trying SAM2 after confirming the operation with other models.
Hello I am trying to have this work in the web using web ort but i cant get it to load any ideas?
image_encoder_hiera_t.onnx