aws-samples / aws-greengrass-samples

Samples for AWS Greengrass
MIT No Attribution
96 stars 68 forks source link

Nvidia TX2 mxnet_installer.sh Does Not Create Lambda Package #10

Closed robperc closed 6 years ago

robperc commented 6 years ago

The Nvidia TX2 mxnet_installer.sh script doesn't package up the "greengrassObjectClassification.zip" Lambda deployment package as detailed in the documentation.

tianweizhang07 commented 6 years ago

It seems the document made a mistake: the installation script will not package up the greengrassObjectClassification.zip. The users need to do this.

The reason is that there is no pre-trained model in the package, and the users need to download the model. Besides, users can also modify the lambda function as they want before zipping and transferring to devices.