Instructions to use NbAiLab/autocrop-bilder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/autocrop-bilder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="NbAiLab/autocrop-bilder")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("NbAiLab/autocrop-bilder") model = SegformerForSemanticSegmentation.from_pretrained("NbAiLab/autocrop-bilder") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 31
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14884776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a626dfbf5196d7af47d5b6b392ce93dc90605d4983966b4e5942e7227bd10dff
|
| 3 |
size 14884776
|