aws-iot-greengrass-v2-deploy-nvidia-deepstream
aws-iot-greengrass-v2-deploy-nvidia-deepstream copied to clipboard
How to use AWS IoT Greengrass V2 for Image classification and Video Analytics Pipelines
Issue: When running those 3 create-component-version commands from the instructions. aws greengrassv2 create-component-version --inline-recipe fileb://recipes/aws.greengrass.JetsonDLRImageClassification-1.0.0.json aws greengrassv2 create-component-version --inline-recipe fileb://recipes/variant.Jetson.DLR-1.0.0.json aws greengrassv2 create-component-version --inline-recipe fileb://recipes/variant.Jetson.ImageClassification.ModelStore-1.0.0.json It complains S3 resources cannot...
**Problem:** I've followed the necessary steps from the walkthrough however I am running into an issue where the AWS IoT Greengrass Core software fails to download the artifact on the...
Hi all! I'm using a Jetson Nano 2GB with the latest JP 4.6 SDK. I couldn't downgrade the Nucleus module on my greengrass core to 2.0.5 so I modified the...
Hi! In the following [file](https://github.com/aws-samples/aws-iot-greengrass-v2-deploy-nvidia-deepstream/blob/main/jetson_inference/recipes/aws.greengrass.JetsonDLRImageClassification-1.0.0.json#L59) the uncompressed path for the `init.sh` script is missing a folder, and causing No such file error during deployment. This path should be used according...