Instructions to use simpleverso/gundetector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use simpleverso/gundetector with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://simpleverso/gundetector") - Notebooks
- Google Colab
- Kaggle
Commit ·
e54304a
1
Parent(s): da3ebe1
Update config.json
Browse files- config.json +2 -5
config.json
CHANGED
|
@@ -4,11 +4,8 @@
|
|
| 4 |
],
|
| 5 |
"downsample_in_first_stage": false,
|
| 6 |
"id2label": {
|
| 7 |
-
"0": "
|
| 8 |
-
"1": "
|
| 9 |
-
"2": "Explosion",
|
| 10 |
-
"3": "Ovni",
|
| 11 |
-
"4": "NoVisible"
|
| 12 |
},
|
| 13 |
"model_type": "mobilenet",
|
| 14 |
"num_channels": 3,
|
|
|
|
| 4 |
],
|
| 5 |
"downsample_in_first_stage": false,
|
| 6 |
"id2label": {
|
| 7 |
+
"0": "Arma detectada",
|
| 8 |
+
"1": "Limpio"
|
|
|
|
|
|
|
|
|
|
| 9 |
},
|
| 10 |
"model_type": "mobilenet",
|
| 11 |
"num_channels": 3,
|