Difference between revisions of "Getting Started & Project: Object Detection"

From
Jump to: navigation, search
(Created page with "[http://www.youtube.com/results?search_query=amazon+deeplens YouTube search...] * [http://aws.amazon.com/deeplens/ Product page...] * [http://medium.com/@julsimon/exploring-a...")
 
Line 4: Line 4:
 
* [http://medium.com/@julsimon/exploring-ahem-aws-deeplens-fcad551886ef Exploring (ahem) AWS DeepLens]
 
* [http://medium.com/@julsimon/exploring-ahem-aws-deeplens-fcad551886ef Exploring (ahem) AWS DeepLens]
 
* [http://www.slideshare.net/AmazonWebServices/aws-deeplens-workshop-building-computer-vision-applications AWS DeepLens Workshop: Building Computer Vision Applications]
 
* [http://www.slideshare.net/AmazonWebServices/aws-deeplens-workshop-building-computer-vision-applications AWS DeepLens Workshop: Building Computer Vision Applications]
* [http://blog.soracom.io/aws-deeplens-meets-soracom-fc121858cd70 AWS DeepLens meets SORACOM; cellular enabled cloud-connectivity-as-a-service platform]
 
 
https://docs.aws.amazon.com/deeplens/latest/dg/images/deeplens-hiw-general.png
 
 
== Integrated Components/Technologies ==
 
 
* [[Lex]] - conversational interfaces using voice and text
 
* [[SageMaker]] - build, train, and deploy
 
* [[Polly]] - text to speech
 
* [[Rekognition]] - video analysis service
 
* [[Kinesis]] - collect, process, and analyze real-time, streaming data
 
* [[Lambda]] - run code without managing servers
 
* [https://aws.amazon.com/iot/ AWS IoT] Services Overview
 
** [[Internet of Things (IoT) Core]] - process and route those messages to AWS endpoints
 
**[[AWS IoT Button]]
 
* [[Greengrass]] - connected devices can run AWS Lambda functions, keep device data in sync
 
* [[Intel® Compute Library for Deep Neural Networks (clDNN)]] & OpenVINO - deep learning primitives for computer vision
 
* [[Simple Queue Service (SQS)]] - message queuing
 
* [[Simple Notification Service (SNS)]] - pub/sub messaging and mobile notifications
 
* [[DynamoDB]] - NoSQL database
 
* [[Simple Storage Service (S3)]] - object storage
 
* [[Management Console]] - manage web services
 
* [[Deep Learning (DL) Amazon Machine Image (AMI) - DLAMI]]
 
* [http://en.wikipedia.org/wiki/SoftAP SoftAP] - software enabled access point
 
* [http://www.ubuntu.com/ Ubuntu] - operating system
 
 
== Frameworks ==
 
 
* [[TensorFlow]]
 
* [[Caffe / Caffe2]]
 
* [[MXNet]]
 
* [[gluon]]
 
 
https://d2908q01vomqb2.cloudfront.net/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59/2017/11/30/DeepLens-Flow-1.gif
 
 
<youtube>RhEVld4GwzU</youtube>
 
<youtube>BqHWG2CUDg4</youtube>
 
<youtube>qRJwvo94-Ko</youtube>
 
<youtube>5m7eSTSwpk4</youtube>
 
<youtube>bTLMU9z_hes</youtube>
 
<youtube>bSrpk1xQHB4</youtube>
 
<youtube>Vw-bX1RRZGQ</youtube>
 
<youtube>cTsCMTxEPHs</youtube>
 
 
== Projects ==
 
[http://www.youtube.com/results?search_query=deeplens+project+community+challenge YouTube search...]
 
 
* [http://docs.aws.amazon.com/deeplens/latest/dg/deeplens-templated-projects-overview.html AWS DeeplLens Project Templates]
 
* [http://aws.amazon.com/deeplens/community-projects/ Collection of AWS DeepLens Community Projects]
 
 
<youtube>usvcA2Ibajs</youtube>
 
<youtube>ScYKqja-jdc</youtube>
 
<youtube>fLjYKyRDDu0</youtube>
 
<youtube>dTXbIzhq_po</youtube>
 
<youtube>BbFAm7lcnUU</youtube>
 
<youtube>5DDRvRHZ1Qs</youtube>
 
<youtube>wnTvVB1ojPk</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://aws.amazon.com/blogs/machine-learning/deploy-gluon-models-to-aws-deeplens-using-a-simple-python-api/ Deploy Gluon models to AWS DeepLens using a simple Python API]
 
  
 
== I just got my DeepLens! ==
 
== I just got my DeepLens! ==
Line 95: Line 31:
  
 
<youtube>PbQO3-jYkGo</youtube>
 
<youtube>PbQO3-jYkGo</youtube>
 
== SSH ==
 
 
* [http://www.deeplearning.team Deep Learning Team | Jovon Weathers]
 
 
<youtube>2eKjcLsBH6E</youtube>
 
<youtube>HozP1t3usPM</youtube>
 
 
== Processor ==
 
 
With over 100 GFLOPS of compute power on the device, it can process deep learning predictions on HD video for real time.
 
 
* [http://software.intel.com/sites/default/files/managed/c5/9a/The-Compute-Architecture-of-Intel-Processor-Graphics-Gen9-v1d0.pdf Processor Technical Specifications]
 
<youtube>suQnh1TvGHw</youtube>
 
<youtube>TS4ShpBHr_g</youtube>
 

Revision as of 13:00, 25 June 2018

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 Visual Object Classes Challenge (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.

Your web browser is the interface between you and your AWS DeepLens device. You perform all of the following activities on the AWS DeepLens console using your browser, open the AWS DeepLens console at http://console.aws.amazon.com/deeplens. For a walkthrough...Creating and Deploying an AWS DeepLens Sample Project | GitHub

Extending the Object Detection project: You will capture the events from your AWS DeepLens model and put them in a queue ready for further processing; then extend the models utilizing AWS Lambda functions.