bmeudre / deeplens-asl

American Sign Language detection with AWS DeepLens
MIT License
13 stars 7 forks source link

not working #1

Open swapnil-athawale opened 6 years ago

swapnil-athawale commented 6 years ago

I tried same approach as you mentioned

  1. new lambda function
  2. importing new model where could it have gone wrong
VMathivet commented 6 years ago

Could you give us explanations about what is "not working" and the logs please ?

swapnil-athawale commented 6 years ago

I can't optimize the model, I know that module mo does the optimization of model, but even if that line is included in lambda function. It is able to generate .xml in opt/awscam/artifacts . Also tell me while importing model we have to choose mxNet or tensorflow, so which one to choose.

logs are [INFO]-IoTDataPlane.py:115,Publishing message on topic "$aws/things/deeplens_OJf-DC0cS4KCZAx6c9aIQA/infer" with Payload "Starting..." [INFO]-Lambda.py:92,Invoking Lambda function "arn:aws:lambda:::function:GGRouter" with Greengrass Message "Starting..." [ERROR]-mo.py:160,

VMathivet commented 6 years ago

Hi, If I understand your problem, it's not with our code but you have tried the same with your lambda, your code and your model, and it's not working ? Our model is a mxnet one, as we have used Sagemaker image recognition algorithm to do it. And be carefull, there have been some changes in the Sagemaker / Greengrass services since this project was published.

swapnil-athawale commented 6 years ago

I tried with your lambda function and your model. Still not working?

On Monday, July 23, 2018, vmathivet notifications@github.com wrote:

Hi, If I understand your problem, it's not with our code but you have tried the same with your lambda, your code and your model, and it's not working ? Our model is a mxnet one, as we have used Sagemaker image recognition algorithm to do it. And be carefull, there have been some changes in the Sagemaker / Greengrass services since this project was published.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bmeudre/deeplens-asl/issues/1#issuecomment-406972527, or mute the thread https://github.com/notifications/unsubscribe-auth/AX9y6ewS4R1ki7PIto9IkV4HnjlCoxn5ks5uJYHpgaJpZM4VT_e0 .

-- Swapnil Athawale

Pre Final Year Student

Computer Science and Engineering IIT Jodhpur +91-8890768177

VMathivet commented 6 years ago

Can you test with this other project ? https://github.com/VMathivet/deeplens-asl-game

Because the versions of the deeplens may be different. The other project is newer.