aws-samples / aws-panorama-samples

This repository has samples that demonstrate various aspects of AWS Panorama device and the Panorama SDK
https://docs.aws.amazon.com/panorama/
MIT No Attribution
82 stars 58 forks source link

Add Object Detection with YOLOv5 (PyTorch) #8

Closed ulmasov closed 3 years ago

ulmasov commented 3 years ago

Issue #, if available: Not linked to issue

Description of changes: Full example of deploying a pre-trained PyTorch YOLOv5 model to Panorama device.

Tested on SageMaker Notebook Instance (p2.xlarge) and MacOS

*Notes:

  1. please preserve the directory structure as is, moving notebook and lambda code into sub-folder will break Notebook code
  2. a license warning was added to README
  3. YOLOv5 repository from Ultralytics is added as a submodule

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.