Image Segmentation
Transformers
Safetensors
segformer
boundary detection
edge estimation
image segmentation
Instructions to use chendelong/DirectSAM-1800px-0424 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chendelong/DirectSAM-1800px-0424 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="chendelong/DirectSAM-1800px-0424")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("chendelong/DirectSAM-1800px-0424") model = SegformerForSemanticSegmentation.from_pretrained("chendelong/DirectSAM-1800px-0424") - Inference
- Notebooks
- Google Colab
- Kaggle
Ctrl+K