Lin1007
commited on
Commit
·
d8f36b1
1
Parent(s):
3d61940
add species detection model with config
Browse files- config.json +22 -0
- tflite_model.tflite +3 -0
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SSDForObjectDetection"
|
4 |
+
],
|
5 |
+
"id2label": {
|
6 |
+
"0": "Loa loa",
|
7 |
+
"1": "Mansonella perstans",
|
8 |
+
"2": "Wuchereria bancrofti",
|
9 |
+
"4": "Brugia malayi"
|
10 |
+
},
|
11 |
+
"layer_norm_eps": 0.001,
|
12 |
+
"threshold": 0.5,
|
13 |
+
"min_depth": 8,
|
14 |
+
"num_channels": 3,
|
15 |
+
"num_detection_tokens": 20,
|
16 |
+
"output_stride": 32,
|
17 |
+
"semantic_loss_ignore_index": 255,
|
18 |
+
"tf_padding": true,
|
19 |
+
"model_type": "mobilenetV2",
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.33.3"
|
22 |
+
}
|
tflite_model.tflite
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9247fd4e96b9c7a111b829715541f67c112884ad4c874065be3c83920c54e192
|
3 |
+
size 12400096
|