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 trained FishSegmentationModel at 2025-10-03 05:48:16
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 98996784
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fafe273588e6acb7d36104266b0cbc502f4be8a6197d5ebbf7e578ffa3326814
|
| 3 |
size 98996784
|