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
0
votes
2 answers

AWS-DeepLens: How to access the pre-trained model for object recognition in S3

I am using AWS with the DeepLens device and I want to fine-tune a model for object-recognition. Because DeepLens still has limitations with the layers it can support I want to start from the same model that the demo project has. According to the…
MattSt
  • 1,024
  • 2
  • 16
  • 35
0
votes
2 answers

How to enable SSH in Deeplens camera after the initial registration

I have registered my Amazon Deeplens camera in the AWS console and selected to disable SSH and automatic updates. Then I found that in order to update it manually it's necessary to login into the shell of the the camera (Ubuntu) so, for convenience,…
German
  • 10,263
  • 4
  • 40
  • 56
0
votes
3 answers

Amazon Deeplens device is offline after successful registration, can't deploy project

I'm all set following the installation instructions but suddenly the cam went off-line in the AWS Console (Device Status: Offline)(when I installed the device the status was online) Running version 1.2.3 with Linux kernel 4.10.17 I can ssh into the…
German
  • 10,263
  • 4
  • 40
  • 56
-2
votes
1 answer

Aws lambda test throws InvalidS3ObjectException errors when executing with aws lambda, whats wrong?

I'm getting errors across my whole aws mainly permission related but when I check my policies are attached as instructed in the AWS docs. i want to deploy to Deeplens 2019 edition camera but nothing seems to work here is the lambda error when i run…
1
2