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
|
@@ -22,6 +22,10 @@ Tasks :
|
|
| 22 |
- BBoxes prediction, and
|
| 23 |
- Segmentation
|
| 24 |
|
| 25 |
-
### Model Sources
|
| 26 |
|
| 27 |
For source code : check [my github](https://github.com/FRIEDparrot/fish-segmentation)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
- BBoxes prediction, and
|
| 23 |
- Segmentation
|
| 24 |
|
| 25 |
+
### Model Sources
|
| 26 |
|
| 27 |
For source code : check [my github](https://github.com/FRIEDparrot/fish-segmentation)
|
| 28 |
+
|
| 29 |
+
### Results and test
|
| 30 |
+
|
| 31 |
+
check [my github](https://github.com/FRIEDparrot/fish-segmentation). Note this may not be updated in time.
|