Skip to content

Commit

Permalink
updated example links
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Apr 3, 2020
1 parent 15bd65c commit 1978822
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ This is a pre-trained SSD MobilenetV2 network to detect hands.
SSDMobileNetwork net = vision.createHandDetector();
```

* [Hand Detector WebCam Example](examples/HandDetectorWebcam)

#### TextBoxes [[Paper](https://arxiv.org/abs/1611.06779)]
TextBoxes is a scene text detector in the wild based on SSD MobileNet. It is able to detect text in a scene and return its location.

Expand Down Expand Up @@ -200,6 +202,8 @@ The cascade classifier detector is based on boosting and very common as pre-proc
CascadeClassifierNetwork net = vision.createCascadeFrontalFace();
```

* [Face Detector Haar Webcam Example](examples/FaceDetectorHaarWebcam)

### Object Recognition
tbd

Expand Down

0 comments on commit 1978822

Please sign in to comment.