dinglufe / segment-anything-cpp-wrapper

MIT License
221 stars 34 forks source link

can not find mobile_sam when using import mobile_sam as SAM in export_pre_model.py #45

Closed zpge closed 5 months ago

zpge commented 5 months ago

I want to export mobile sam model to a new size 1024*xx. I hope xx can be a smaller number than 720. to speed up the inference speed.

But In export_pre_model.py, error coours at " import mobile_sam as SAM". Where is the mobile_sam.