OroChippw / SegmentAnything-OnnxRunner

SegmentAnything-OnnxRunner is an example using Meta AI Research's SAM onnx model in C++.The encoder and decoder of SAM are decoupled in this repository.
MIT License
97 stars 19 forks source link

run failed #26

Open qnmts opened 1 year ago

qnmts commented 1 year ago

I successfully compiled the project using xmkae, but failed to run it image

OroChippw commented 1 year ago

Sorry, I haven't used xmake before. Do you have more detailed error reports, such as clicking to run the executable file directly?the work directory looks like this image

I successfully compiled the project using xmkae, but failed to run it image

qnmts commented 1 year ago

Sorry, I haven't used xmake before. Do you have more detailed error reports, such as clicking to run the executable file directly?the work directory looks like this image

I successfully compiled the project using xmkae, but failed to run it image

I have identified the issue with onnxruntime. Can you tell me the version of onnxruntime you are using

OroChippw commented 1 year ago

Sorry, I haven't used xmake before. Do you have more detailed error reports, such as clicking to run the executable file directly?the work directory looks like this image

I successfully compiled the project using xmkae, but failed to run it image

I have identified the issue with onnxruntime. Can you tell me the version of onnxruntime you are using Here~ image