lin1007 commited on
Commit
11d3080
·
verified ·
1 Parent(s): 11a7725

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6509bcfc7e0d56c2717248be/slb8ctbS0gQNcCmMK8FoB.jpeg)
21
-
22
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6509bcfc7e0d56c2717248be/oLUSS4u9AM445iSVraDhy.jpeg)
 
 
 
 
 
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
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6509bcfc7e0d56c2717248be/slb8ctbS0gQNcCmMK8FoB.jpeg)
 
22
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6509bcfc7e0d56c2717248be/oLUSS4u9AM445iSVraDhy.jpeg)
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
+