efficientvit
efficientvit copied to clipboard
ONNX only supports point prompts and box prompts. How to segment everything with onnxruntime?
Hi, ONNX only supports point prompts and box prompts. How to segment everything with Onnxruntime or TensorRT? By the way, is there a plan to add C++ inference demo? Thank you!
We have supported segmenting everything with Onnxruntime/TensorRT. Please check the following README file: https://github.com/mit-han-lab/efficientvit/blob/master/demo/sam/README.md
Thanks for your reply. I have read this document and the codes. It uses the api of SAM to segment everything. If I code with C++, how could I achieve this task?