Instructions to use netradrishti/u2net-saliency with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use netradrishti/u2net-saliency with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="netradrishti/u2net-saliency", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("netradrishti/u2net-saliency", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
7be9088
1
Parent(s): d43d286
Upload u2net.pth
Browse files- models/u2net.pth +3 -0
models/u2net.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10025a17f49cd3208afc342b589890e402ee63123d6f2d289a4a0903695cce58
|
| 3 |
+
size 176290937
|