Instructions to use varcoder/segcrack9k_conglomerate_train_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use varcoder/segcrack9k_conglomerate_train_test with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("varcoder/segcrack9k_conglomerate_train_test") model = SegformerForSemanticSegmentation.from_pretrained("varcoder/segcrack9k_conglomerate_train_test") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened about 1 year ago
by
SFconvertbot