Difference between revisions of "DeepLens - deep learning enabled video camera"

From
Jump to: navigation, search
Line 45: Line 45:
 
<youtube>bSrpk1xQHB4</youtube>
 
<youtube>bSrpk1xQHB4</youtube>
 
<youtube>Vw-bX1RRZGQ</youtube>
 
<youtube>Vw-bX1RRZGQ</youtube>
<youtube>xzFwySJYRoE</youtube>
 
<youtube>PbQO3-jYkGo</youtube>
 
 
<youtube>cTsCMTxEPHs</youtube>
 
<youtube>cTsCMTxEPHs</youtube>
  
Line 63: Line 61:
 
<youtube>wnTvVB1ojPk</youtube>
 
<youtube>wnTvVB1ojPk</youtube>
 
<youtube>tu7TmUQoj6s</youtube>
 
<youtube>tu7TmUQoj6s</youtube>
 +
<youtube>5VAKcQtoELo</youtube>
 +
<youtube>SZTo7CqOjvU</youtube>
 +
  
 
* [http://github.com/aws-samples/aws-ml-vision-end2end aws-ml-vision-end2end -  Jupyter Notebook tutorials walking through deep learning Frameworks (MXNet, Gluon) to Platforms (SageMaker, DeepLens) for common CV use-cases | GitHub]
 
* [http://github.com/aws-samples/aws-ml-vision-end2end aws-ml-vision-end2end -  Jupyter Notebook tutorials walking through deep learning Frameworks (MXNet, Gluon) to Platforms (SageMaker, DeepLens) for common CV use-cases | GitHub]
Line 85: Line 86:
 
[http://docs.aws.amazon.com/deeplens/latest/dg/deeplens-templated-projects-overview.html This project] shows you how a deep learning model can detect and recognize objects in a room. The project uses the Single Shot MultiBox Detector (SSD) framework (Reference: [[Object Detection; Faster R-CNN, YOLO, SSD]]) to detect objects with a pretrained resnet_50 network. The network has been trained on the Pascal VOC dataset and is capable of recognizing 20 different kinds of objects. The model takes the video stream from your AWS DeepLens device as input and labels the objects that it identifies. The project uses a pretrained optimized model that is ready to be deployed to your AWS DeepLens device. After deploying it, you can watch your AWS DeepLens model recognize objects around you. The model is able to recognize the following objects: airplane, bicycle, bird, boat, bottle, bus, car, cat, chair, cow, dining table, dog, horse, motorbike, person, potted plant, sheep, sofa, train, and TV monitor.
 
[http://docs.aws.amazon.com/deeplens/latest/dg/deeplens-templated-projects-overview.html This project] shows you how a deep learning model can detect and recognize objects in a room. The project uses the Single Shot MultiBox Detector (SSD) framework (Reference: [[Object Detection; Faster R-CNN, YOLO, SSD]]) to detect objects with a pretrained resnet_50 network. The network has been trained on the Pascal VOC dataset and is capable of recognizing 20 different kinds of objects. The model takes the video stream from your AWS DeepLens device as input and labels the objects that it identifies. The project uses a pretrained optimized model that is ready to be deployed to your AWS DeepLens device. After deploying it, you can watch your AWS DeepLens model recognize objects around you. The model is able to recognize the following objects: airplane, bicycle, bird, boat, bottle, bus, car, cat, chair, cow, dining table, dog, horse, motorbike, person, potted plant, sheep, sofa, train, and TV monitor.
  
<youtube>5VAKcQtoELo</youtube>
+
<youtube>xzFwySJYRoE</youtube>
<youtube>SZTo7CqOjvU</youtube>
+
<youtube>PbQO3-jYkGo</youtube>
  
 
== SSH ==
 
== SSH ==

Revision as of 07:32, 24 June 2018

YouTube search...

deeplens-hiw-general.png

Integrated Components/Technologies

Frameworks

DeepLens-Flow-1.gif

Projects

YouTube search...



I just got my DeepLens!

First Project

This project shows you how a deep learning model can detect and recognize objects in a room. The project uses the Single Shot MultiBox Detector (SSD) framework (Reference: Object Detection; Faster R-CNN, YOLO, SSD) to detect objects with a pretrained resnet_50 network. The network has been trained on the Pascal VOC dataset and is capable of recognizing 20 different kinds of objects. The model takes the video stream from your AWS DeepLens device as input and labels the objects that it identifies. The project uses a pretrained optimized model that is ready to be deployed to your AWS DeepLens device. After deploying it, you can watch your AWS DeepLens model recognize objects around you. The model is able to recognize the following objects: airplane, bicycle, bird, boat, bottle, bus, car, cat, chair, cow, dining table, dog, horse, motorbike, person, potted plant, sheep, sofa, train, and TV monitor.

SSH

Processor

With over 100 GFLOPS of compute power on the device, it can process deep learning predictions on HD video for real time.