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 ·
d3688d6
1
Parent(s): 82f8955
Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"image_processor_type" : "
|
| 3 |
"do_normalize": true,
|
| 4 |
"do_resize": true,
|
| 5 |
"ensure_multiple_of": 1,
|
|
|
|
| 1 |
{
|
| 2 |
+
"image_processor_type" : "U2NetImageProcessor",
|
| 3 |
"do_normalize": true,
|
| 4 |
"do_resize": true,
|
| 5 |
"ensure_multiple_of": 1,
|