Transformers How to use initial01/segformer-b0-scene-parse-150 with Transformers:
# Load model directly
from transformers import AutoImageProcessor, SegformerForSemanticSegmentation
processor = AutoImageProcessor.from_pretrained("initial01/segformer-b0-scene-parse-150")
model = SegformerForSemanticSegmentation.from_pretrained("initial01/segformer-b0-scene-parse-150")