Skip to content

Commit

Permalink
examples: move new DNN advanced examples into separate folders
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Mar 23, 2018
1 parent 71f7209 commit fae3330
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Opens a video capture device, then streams MJPEG from it that you can view in an

Opens a video capture device, then processes it looking for motion, human or otherwise.

## Pose

Advanced Deep Neural Network example does pose detection.

## Saveimage

Capture a single frame from a connected webcam, then save it to an image file on disk.
Expand All @@ -46,6 +50,10 @@ Capture video from a connected camera, and save 100 frames worth to a video file

Open an image file from disk, then display it in a window.

## SSD-Facedetect

Advanced Deep Neural Network example uses SSD classifier to detect faces.

## TF Classifier

Capture video from a connected webcam, then use the Tensorflow machine learning framework to classify whatever is in front of the camera.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fae3330

Please sign in to comment.