Instructions to use justinkarlin/karlin-segmentation-SENSITIVE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use justinkarlin/karlin-segmentation-SENSITIVE with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("justinkarlin/karlin-segmentation-SENSITIVE") model = SegformerForSemanticSegmentation.from_pretrained("justinkarlin/karlin-segmentation-SENSITIVE") - Notebooks
- Google Colab
- Kaggle
Ctrl+K