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
Update README.md
Browse files
README.md
CHANGED
|
@@ -46,4 +46,4 @@ I trained this model in my pc(RTX4060 8GB + cu126), and those are some pictures
|
|
| 46 |
|
| 47 |

|
| 48 |
|
| 49 |
-
(The model predicted the mullet a shrip lol😂 since classification is not
|
|
|
|
| 46 |
|
| 47 |

|
| 48 |
|
| 49 |
+
(The model predicted the mullet a shrip lol😂 since classification head of this model is not very accurate😂)
|