Instructions to use faceyacc/my-segmentation-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use faceyacc/my-segmentation-model with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("faceyacc/my-segmentation-model") model = SegformerForSemanticSegmentation.from_pretrained("faceyacc/my-segmentation-model") - Notebooks
- Google Colab
- Kaggle
| ## 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. |