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
|
@@ -38,7 +38,7 @@ For **source code & Tutorials** : check [my github](https://github.com/FRIEDparr
|
|
| 38 |
|
| 39 |
### Results and test
|
| 40 |
|
| 41 |
-
I trained this model in my pc(RTX4060 + cu126), and those are some pictures tested in fish datase :
|
| 42 |
|
| 43 |

|
| 44 |
|
|
|
|
| 38 |
|
| 39 |
### Results and test
|
| 40 |
|
| 41 |
+
I trained this model in my pc(RTX4060 8GB + cu126), and those are some pictures tested in fish datase :
|
| 42 |
|
| 43 |

|
| 44 |
|