ChaoningZhang / MobileSAM

This is the official code for MobileSAM project that makes SAM lightweight for mobile applications and beyond!
Apache License 2.0
4.86k stars 505 forks source link

how to import encoded model onnx? #56

Closed d710055071 closed 1 year ago

dhkim2810 commented 1 year ago

Please take a look at this notebook. ONNX Guide

Thank you.

d710055071 commented 1 year ago

Only the decoded onnx here, not the image encoded onnx @dhkim2810

ryouchinsa commented 1 year ago

You can find the converter for the encoding part to the onnx format in the repository Segment Anything CPP Wrapper.