Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ This model is an object detection model trained with tensorflow object detection
|
|
6 |
- Model description:
|
7 |
- Developed by: Spotlab
|
8 |
- Model type: SSD mobilenet v2
|
|
|
9 |
- Classes: Loa loa, Mansonella perstans, Wuchereria bancrofti, Brugia malayi
|
10 |
- Datasets:
|
11 |
- Training set: 1203 field of view images (400 magnification) from 85 independent samples with 906 L. loa, 378 M. perstans, 35 W. bancrofti, and 58 B. malayi parasites.
|
@@ -18,5 +19,8 @@ This model is an object detection model trained with tensorflow object detection
|
|
18 |
Example predictions:
|
19 |
|
20 |

|
21 |
-
|
22 |

|
|
|
|
|
|
|
|
|
|
6 |
- Model description:
|
7 |
- Developed by: Spotlab
|
8 |
- Model type: SSD mobilenet v2
|
9 |
+
- Model input: image resized to 640 and normalized to with mean=127.5 and std = 127.5.
|
10 |
- Classes: Loa loa, Mansonella perstans, Wuchereria bancrofti, Brugia malayi
|
11 |
- Datasets:
|
12 |
- Training set: 1203 field of view images (400 magnification) from 85 independent samples with 906 L. loa, 378 M. perstans, 35 W. bancrofti, and 58 B. malayi parasites.
|
|
|
19 |
Example predictions:
|
20 |
|
21 |

|
|
|
22 |

|
23 |
+
|
24 |
+
You can create your own android app to run this model following this tutorial: (TensorFlow Lite Object Detection Android Demo
|
25 |
+
)[https://github.com/tensorflow/examples/tree/master/lite/examples/object_detection/android]
|
26 |
+
|