Instructions to use peter881122/ocean with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use peter881122/ocean with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="peter881122/ocean")# Load model directly from transformers import AutoImageProcessor, AutoModelForObjectDetection processor = AutoImageProcessor.from_pretrained("peter881122/ocean") model = AutoModelForObjectDetection.from_pretrained("peter881122/ocean") - Notebooks
- Google Colab
- Kaggle
Commit ·
89cbff3
1
Parent(s): 21b6abe
Upload processor
Browse files- preprocessor_config.json +0 -1
preprocessor_config.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
| 3 |
"do_pad": true,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
| 6 |
-
"feature_extractor_type": "DetrFeatureExtractor",
|
| 7 |
"format": "coco_detection",
|
| 8 |
"image_mean": [
|
| 9 |
0.485,
|
|
|
|
| 3 |
"do_pad": true,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
|
|
|
| 6 |
"format": "coco_detection",
|
| 7 |
"image_mean": [
|
| 8 |
0.485,
|