Guide to deploying inference models and computer vision at the Edge with ADLINK Hardware
A getting started guide to deploying machine learning models, deep learning models, and computer vision at the Edge with ADLINK Hardware.
This repository uses the leading inference engines from Intel and NVIDIA to deploy optimized solutions.
Almost every technology provides the proverbial Hello World example to get users familiar. And we will be no different
except that since we working with AI and Computer Vision technologies our Hello World will be an application for
each of the most common Computer Vision uses: classification, detection and segmentation.
This builds an image classifier using Python and can be run using any of the popular pre-trained classification
models. The example,
This builds an object detector using Python and can be run using any of the popular pre-trained object detection
models. The example,
This builds a semantic segmentation application using Python and can be run using any of the popular pre-trained
segmentation models. The example,