Instructions to use SpotLab/filarias_species_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SpotLab/filarias_species_detection with Transformers:
# Load model directly from transformers import SSDForObjectDetection model = SSDForObjectDetection.from_pretrained("SpotLab/filarias_species_detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Revert "update mean and std from 0, 1 to 127.5"
Browse filesThis reverts commit 69ceece201174f1b9bf012869e46b13a1fc83261.
- preprocessor_config.json +6 -6
preprocessor_config.json
CHANGED
|
@@ -8,15 +8,15 @@
|
|
| 8 |
"do_rescale": true,
|
| 9 |
"do_resize": true,
|
| 10 |
"image_mean": [
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
],
|
| 15 |
"image_processor_type": "MobileNetV2ImageProcessor",
|
| 16 |
"image_std": [
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
],
|
| 21 |
"resample": 2,
|
| 22 |
"rescale_factor": 0.00392156862745098,
|
|
|
|
| 8 |
"do_rescale": true,
|
| 9 |
"do_resize": true,
|
| 10 |
"image_mean": [
|
| 11 |
+
0.0,
|
| 12 |
+
0.0,
|
| 13 |
+
0.0
|
| 14 |
],
|
| 15 |
"image_processor_type": "MobileNetV2ImageProcessor",
|
| 16 |
"image_std": [
|
| 17 |
+
1.0,
|
| 18 |
+
1.0,
|
| 19 |
+
1.0
|
| 20 |
],
|
| 21 |
"resample": 2,
|
| 22 |
"rescale_factor": 0.00392156862745098,
|