How to use schrilax/semantic-seg-model with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("schrilax/semantic-seg-model") model = SegformerForSemanticSegmentation.from_pretrained("schrilax/semantic-seg-model")
What is a pickle import?