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

可以提供其他大小的训练权重吗,例如vit_l #99

Open glfdd opened 1 year ago

glfdd commented 1 year ago

sam_model_registry = { "default": build_sam_vit_h, "vit_h": build_sam_vit_h, "vit_l": build_sam_vit_l, "vit_b": build_sam_vit_b, "vit_t": build_sam_vit_t, }

ZillaRU commented 1 year ago

其他大小就是原版SAM吧。。。分割质量会好但是速度和空间就不是mobile设备能接受的了