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