Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit 3346a94

Browse files
authored
Fix typo and broken link
1 parent 5f72489 commit 3346a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tensorflow Face Detector
2-
A mobilenet SSD(single shot multibox detector) based face detector with pretrained model provided, powered by tensorflow [object detection api](https://github.com/tensorflow/models/tree/master/object_detection), trained by [WIDERFACE dataset](http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/).
2+
A mobilenet SSD(single shot multibox detector) based face detector with pretrained model provided, powered by tensorflow [object detection api](https://github.com/tensorflow/models/tree/master/research/object_detection), trained by [WIDERFACE dataset](http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/).
33

44
## Features
55
Speed, run 60fps on a nvidia GTX1080 GPU.
@@ -55,7 +55,7 @@ Note: this script does not save video.
5555

5656

5757

58-
### Know Issue
58+
### Known Issue
5959

6060
Please view that issue [here](https://github.com/yeephycho/tensorflow-face-detection/issues/5) if your output video is blank. A brief reminder is: check the input codec and check the input/output resolution, since this part is irrelevant to the algorithm, no modification will be made to master branch.
6161

0 commit comments

Comments
 (0)