How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoImageProcessor, SegformerForSemanticSegmentation

processor = AutoImageProcessor.from_pretrained("faceyacc/my-segmentation-model")
model = SegformerForSemanticSegmentation.from_pretrained("faceyacc/my-segmentation-model")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Sidewalk & Street Image Segmentation

This model was pre-trained on SegFormer model fine-tuned on ADE20k, to segment images of sidewalks, pedestrian walkways, and streets/avenues. The goal of this model is build the "eyes" of a self-driving car ML model.

Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support