Support For Transformers
#3
by
rishabh063
- opened
Hey is there a plan to provide support for transformer pipeline or efficient version of the same ?
Hi
@rishabh063
Thanks for your interest ! SAM is already part of transformers: https://huggingface.co/docs/transformers/model_doc/sam you can use it with pipeline
And efficientSAM is on its way as well: https://github.com/huggingface/transformers/pull/28050