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

Where are the models? #20

Open kknk765 opened 1 year ago

kknk765 commented 1 year ago

Where can I get the ONNX models that the c++ code in this repo would run?

OroChippw commented 1 year ago

Where can I get the ONNX models that the c++ code in this repo would run?

I will update the README.md tomorrow ,if you want to build sam_preprocess.onnx .you can look this file https://github.com/OroChippw/segment-anything/blob/master/export_pre_model.py The decoder model is the same as the official one I'm not sure if I can store the official model in my repository, and I will update it in my README document after research Thank you for your attention and questions😁