Image Segmentation
Transformers
ONNX
Transformers.js
English
u2net
mask-generation
vision
background-removal
portrait-matting
Instructions to use LEO-LLLL/U-2-Net with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LEO-LLLL/U-2-Net with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="LEO-LLLL/U-2-Net")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LEO-LLLL/U-2-Net", dtype="auto") - Transformers.js
How to use LEO-LLLL/U-2-Net with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-segmentation', 'LEO-LLLL/U-2-Net'); - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!