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
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Sidewalk & Street Image Segmentation
|
| 2 |
+
|
| 3 |
+
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.
|