Questions tagged [aws-deeplens]

AWS DeepLens is a deep learning-enabled video camera. It is integrated with the several AWS machine learning services and can perform local inference against deployed models provisioned from the AWS Cloud. It enables learning and exploration of the latest artificial intelligence (AI) tools and technology for developing computer vision applications based on a deep learning model.

Documentation: What Is AWS DeepLens?

19 questions
3
votes
1 answer

AWS Sagemaker PermissionError when starting training job?

I'm following the AWS DeepLens documentation: Build and Run the Head Pose Detection Project, and facing problems in the section Train a Head Pose Detection Model in SageMaker, specifically running estimator.fit(dataset_location) to start the…
2
votes
0 answers

DeepLens v1.1 Registration failure

I have connected my DeepLens v1.1 device to my account to register and validate the devices i purchased, the device never connects to my machine (MacOSX) I follow the steps exactly as instructed but I only receive failure after initial 2 minutes of…
2
votes
1 answer

AWS : Running Rekognition on DeepLens device

I am creating a DeepLens project to recognise people, when one of select group of people are scanned by the camera. The project uses a lambda, which processes the images and triggers the 'rekognition' aws api. On AWS lambda console ( which has 1.8.9…
Deep
  • 673
  • 1
  • 10
  • 23
1
vote
2 answers

AWS Deep Lens Missing Library

I got an original AWS (Version 1.0) Deep Lens from a friend and I am trying to get it to work. I am able to SSH into the device but when I try to install the newest software I get this error. aws_cam@Deepcam:~$ sudo apt-get install awscam [sudo]…
Joseph Astrahan
  • 8,659
  • 12
  • 83
  • 154
1
vote
0 answers

Unable to locate awscam package

I did factory reset the Amazon DeepLens device. While installing the awscam module it says like unable to locate the package. Can anyone help me how to install complete OS in Amazon DeepLens? Thanks in advance.
1
vote
3 answers

Why is my AWS DeepLens unable to connect to WiFi?

I am setting up my AWS DeepLens and all the steps have been successful until I try to connect to my home WiFi. How do I fix this issue?
Dan Kowalczyk
  • 4,103
  • 2
  • 18
  • 29
0
votes
0 answers

How to deploy/use externally trained custom tensorflow model on deeplens?

I have trained a custom image captioning model with my own model classes using the TensorFlow framework, I want to deploy it on AWS Deeplens but the problem is how to convert the classes to the metadata and create the artifacts in a proper way and…
0
votes
1 answer

Deeplens v1 Registration Failed

I followed all the steps to register a v1 deeplens without any errors, but when I go back to the console, it shows registration status as failed. I did the process multiple times, using different networks, but it still doesn't work. Sometimes, the…
netbug
  • 47
  • 6
0
votes
0 answers

how to fix error with ssl certificate in aws lambda

I am using this guide on the AWS deeplens. I am experimenting with the code and at one point it stopped working for the second standalone lambda function. At some point, the code started getting the exception and I only recently noticed it. Here…
netskink
  • 4,033
  • 2
  • 34
  • 46
0
votes
0 answers

Install Tensorflow for python 3 on Deeplens

I have just started using the Amazon Deeplens device. I got the demo face detection application working. I have a custom trained tensorflow model (.pb) that I want to deploy on Deeplens. I followed an online guide to create a new project with…
Ninad Gaikwad
  • 4,272
  • 2
  • 13
  • 23
0
votes
1 answer

How to change Deeplens Online Time

I am using aws deeplens to deploy the object detection models. I could see that my device is going to offline after 15 minutes and again I am restarting to bring it to online. It is annoying me while I am giving demo to my clients. Can anyone help…
Srinivas
  • 65
  • 1
  • 6
0
votes
1 answer

How to input data from S3 Bucket to Amazon Sagemaker

I would like to input data(Caltech 256 dataset) from Amazon s3 to sagemaker. I am doing this because I would like to modify the dataset if I can get this to work. Any ideas? Tried using the pandas code from 'Load S3 Data into AWS SageMaker…
0
votes
0 answers

How to get DeepLens Device Name

I have 3 deeplens devices running the same facial detection model. They send output to a certain s3 bucket which kicks off another lambda. However, I need one deeplens to send output to a separate s3 bucket. In order to do this I believe I need to…
0
votes
0 answers

Asynchronous task in AWS Lambda

I am currently working on a python project for a DeepLens camera on AWS. I try to save images, put them in a list and in parallel add them to AWS S3. When the image capture and sends it to S3 work sequentially, everything works. It's when I try to…
0
votes
1 answer

AWS Deeplens with Keras and MXNet Model: ValueError for symbol 'data' not found

I have a CNN model that I made using Keras using MXNet as the backend. I am able to create, train, and export a model without a hitch. However, when I attempted to load this model to the DeepLens, I get the following error: ValueError: [91mYou…
1
2