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