Training in progress, step 1200 4dd82dc
shatrunjai commited on
How to use shatrunjai/regular-segmentation-model with Transformers:
# Load model directly
from transformers import AutoImageProcessor, SegformerForSemanticSegmentation
processor = AutoImageProcessor.from_pretrained("shatrunjai/regular-segmentation-model")
model = SegformerForSemanticSegmentation.from_pretrained("shatrunjai/regular-segmentation-model")