How to use nommis/final_segformer with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("nommis/final_segformer") model = SegformerForSemanticSegmentation.from_pretrained("nommis/final_segformer")
The community tab is the place to discuss and collaborate with the HF community!