Transformers How to use whyoke/segment_test_1 with Transformers:
# Load model directly
from transformers import AutoImageProcessor, SegformerForSemanticSegmentation
processor = AutoImageProcessor.from_pretrained("whyoke/segment_test_1")
model = SegformerForSemanticSegmentation.from_pretrained("whyoke/segment_test_1")