Skip to content

iotlabtpe/aws-panorama-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Panorama Samples and Test Utility

Introduction

AWS Panorama is a machine learning appliance and SDK, which enables you to add computer vision (CV) to your on-premises cameras or on new AWS Panorama enabled cameras. AWS Panorama gives you the ability to make real-time decisions to improve your operations, by giving you compute power at the edge.

This repository contains sample applications for AWS Panorama, and Test Utility which allows running Panorama applications in simulation environment without real Panorama appliance device.

About Test Utility

Test Utility is a set of python libraries and commandline commands, which allows you to test-run Panorama applications without Panorama appliance device. With Test Utility, you can start running sample applications and developing your own Panorama applications before preparing real Panorama appliance. Sample applications in this repository also use Test Utility.

For more about the Test Utility and its current capabilities, please refer to Introducing AWS Panorama Test Utility document.

To set up your environment for Test Utility, please refer to Test Utility environment setup.

To know how to use Test Utility, please refer to How to use Test Utility.

List of Samples

Application Description Framework Usecase Complexity Model
People Counter This is a sample computer vision application that can count the number of people in each frame of a streaming video (Start with this) MXNet Object Detection Easy Download
Car Detector and Tracker This is a sample computer vision application that can detect and track cars Tensorflow Object Detection Medium Download
Pose estimation This is a sample computer vision application that can detect people and estimate pose of them MXNet Pose estimation Advanced yolo3_mobilenet1.0_coco, simple_pose_resnet152_v1d
Object Detection Tensorflow SSD This example shows how to run a TF SSD Mobilenet Model using Tensorflow Tensorflow (Open GPU) Object Detection (BYO Container) Advanced N/A
Object Detection PyTorch Yolov5s This example shows how to run your own YoloV5s model using PyTorch PyTorch (Open GPU) Object Detection (BYO Container) Advanced N/A
Object Detection ONNX Runtime Yolov5s This example shows how to run your own YoloV5s model using ONNX Runtime ONNX Runtime (Open GPU) Object Detection (BYO Container) Advanced N/A
Object Detection using TensorRT network definition APIs This example shows how to get infernece from a YoloV5s model optimized using TensorRT Network definition API's TensorRT (OpenGPU) Object Detection (BYO Container) Advanced N/A
Inbound networking This sample explains how to enable inbound networking port on Panorama device, and how to run a simple HTTP server wihtin a Panorama application. N/A Network Easy N/A
MOT Analysis This sample shows how to build end to end multi object tracking solution using pretrained YOLOX model, kinesis video upstream by gstreamer and dashboard PyTorch Object Tracking Advanced YOLOX
Kinesis Video Streams This sample shows how to build an application to push multiple video streams from Panoram to Amazon Kinesis Video Streams service with AWS IoT. N/A Media Advanced N/A

Running the Samples

Step 1 : Go to aws-panorama-samples/samples and open your choice of project Step 2 : Open the .ipynb notebook and follow the instructions in the notebook Step 3 : To make any changes, change the corresponding node package.json or the graph.json in the application folder

For more information, check out the documentation for the AWS Panorama DX CLI here

Documentations

Tools

List of tools for ease of development of panorama. Please see details at corresponding tool page.

Getting Help

We use AWS Panorama Samples GitHub issues for tracking questions, bugs, and feature requests.

License

This library is licensed under the MIT-0 License.

About

This repository has samples that demonstrate various aspects of AWS Panorama device and the Panorama SDK

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.8%
  • Jupyter Notebook 17.2%