Quick Links
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
- Downloads last month
- 5
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("DDingcheol/Task-m28yhtd-segmentation2") model = SegformerForSemanticSegmentation.from_pretrained("DDingcheol/Task-m28yhtd-segmentation2")