All Projects → aws-samples → aws-panorama-samples

aws-samples / aws-panorama-samples

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

Projects that are alternatives of or similar to aws-panorama-samples

web-ext-deploy
A tool for deploying WebExtensions to multiple stores.
Stars: ✭ 28 (-54.84%)
Mutual labels:  edge
ITRIX-Edge
Software Define Edge
Stars: ✭ 13 (-79.03%)
Mutual labels:  edge
edgekit
Open source, privacy focused client side library for the creation and monetisation of online audiences.
Stars: ✭ 42 (-32.26%)
Mutual labels:  edge
AdvantEDGE
AdvantEDGE, Mobile Edge Emulation Platform
Stars: ✭ 36 (-41.94%)
Mutual labels:  edge
Streamlit-Applications
Deep Learning and Computer Vision Applications using Streamlit
Stars: ✭ 55 (-11.29%)
Mutual labels:  edge
xcloud-keyboard-mouse
Chrome extension for controlling Xbox Cloud Gaming (Project xCloud) using a keyboard and mouse
Stars: ✭ 78 (+25.81%)
Mutual labels:  edge
libedge
Microsoft Edge Microsoft Edge主页算法
Stars: ✭ 17 (-72.58%)
Mutual labels:  edge
netflix-list-exporter
💫‎‎‎‏‏‎ An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (-3.23%)
Mutual labels:  edge
edge-contextMenuSearch
Extension for MS Edge browser to provide search option in context menu for selected text
Stars: ✭ 13 (-79.03%)
Mutual labels:  edge
Tree-Style-History
Not only show browser history in tree style. 不止用树状形式展示浏览器历史 (For Edge / Chromium / Chrome)
Stars: ✭ 124 (+100%)
Mutual labels:  edge
motor-defect-detector-python
Predict performance issues with manufacturing equipment motors. Perform local or cloud analytics of the issues found, and then display the data on a user interface to determine when failures might arise.
Stars: ✭ 24 (-61.29%)
Mutual labels:  edge
Sarrafi
💵 Exchange price application for android
Stars: ✭ 49 (-20.97%)
Mutual labels:  edge
history-of-ie-incompatible-sites-list
History of IE incompatible sites list provided by Microsoft to redirect from IE11 to Chromium Edge
Stars: ✭ 29 (-53.23%)
Mutual labels:  edge
pocketizer
Unofficial Pocket new tab extension for Chrome, Firefox, and Edge
Stars: ✭ 43 (-30.65%)
Mutual labels:  edge
concurrent-video-analytic-pipeline-optimization-sample-l
Create a concurrent video analysis pipeline featuring multistream face and human pose detection, vehicle attribute detection, and the ability to encode multiple videos to local storage in a single stream.
Stars: ✭ 39 (-37.1%)
Mutual labels:  edge
object-size-detector-python
Monitor mechanical bolts as they move down a conveyor belt. When a bolt of an irregular size is detected, this solution emits an alert.
Stars: ✭ 26 (-58.06%)
Mutual labels:  edge
pyderman
Install Selenium-compatible Chrome/Firefox/Opera/PhantomJS/Edge webdrivers automatically.
Stars: ✭ 24 (-61.29%)
Mutual labels:  edge
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (-43.55%)
Mutual labels:  edge
MSEdgeRedirect
A Tool to Redirect News, Search, Widgets, Weather and More to Your Default Browser
Stars: ✭ 1,381 (+2127.42%)
Mutual labels:  edge
safety-gear-detector-python
Observe workers as they pass in front of a camera to determine if they have adequate safety protection.
Stars: ✭ 54 (-12.9%)
Mutual labels:  edge

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

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].