Transformers How to use photel/segformer-human-parser with Transformers:
# Load model directly
from transformers import AutoImageProcessor, SegformerForSemanticSegmentation
processor = AutoImageProcessor.from_pretrained("photel/segformer-human-parser")
model = SegformerForSemanticSegmentation.from_pretrained("photel/segformer-human-parser")