Instructions to use Xenova/sam-vit-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/sam-vit-large with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('mask-generation', 'Xenova/sam-vit-large');
Question regarding ONNX conversion of SAM for Transformers.js WebGPU support
#2 opened about 1 year ago
by
1vcian
Does this include support for box and labels as inputs?
1
#1 opened over 2 years ago
by
gptQtPi