Closed jinwonkim93 closed 1 year ago
Add new model MobileSAM in SamDetector.
It works well and does not break SamDetector. It is faster than sam_b
official code from https://github.com/ChaoningZhang/MobileSAM
from controlnet_aux import SamDetector mobile_sam = SamDetector.from_pretrained("dhkim2810/MobileSAM", model_type="vit_t", filename="mobile_sam.pt")
Very cool addition!
Add new model MobileSAM in SamDetector.
It works well and does not break SamDetector. It is faster than sam_b
official code from https://github.com/ChaoningZhang/MobileSAM