Instructions to use FriedParrot/fish-segmentation-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FriedParrot/fish-segmentation-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="FriedParrot/fish-segmentation-model")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FriedParrot/fish-segmentation-model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add config file at 2025-10-03 04:11:38
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
],
|
| 5 |
"dtype": "float32",
|
| 6 |
"hidden_ch": 256,
|
| 7 |
-
"model_name": "
|
| 8 |
"model_type": "fish_segmentation_model",
|
| 9 |
"transformers_version": "4.56.2"
|
| 10 |
}
|
|
|
|
| 4 |
],
|
| 5 |
"dtype": "float32",
|
| 6 |
"hidden_ch": 256,
|
| 7 |
+
"model_name": "FishSegmentationModel",
|
| 8 |
"model_type": "fish_segmentation_model",
|
| 9 |
"transformers_version": "4.56.2"
|
| 10 |
}
|