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