
Vizi-AI Project – Social Distancing
September 7, 2020 12:52 pm Leave your thoughtsOpenCV OAK-D camera with ADLINK Edge AI hardware & software to build a social distancing solution.
Story

As we deal with these unprecedented times …
Edge Computing and AIoT is an exciting space since it is an opportunity to use technology in new and innovative ways. Yet technology must deliver value to the stakeholders. Helping people and companies understand and unlock the value of the edge and AIoT and helping to deliver solutions that realize this value is what I spend most of my time doing these days.
OpenCV OAK-D camera with ADLINK Edge AI hardware & software to build a social distancing solution.
As we deal with these unprecedented times …
In collaboration with
Hans van’t Hag
✉️ hans.vanthag@adlinktech.com
🔗 https://www.linkedin.com/in/hans-van-t-hag-b510092/
The combination of sensors (such as cameras for vision) and artificial intelligence has coined the term AIoT. Awareness is created by augmenting raw data (stemming from sensors) with derived-values (created …
Toby McClean
✉️ toby.mcclean@adlinktech.com 🔗 https://www.linkedin.com/in/tobymcclean/
Object detection is a computer vision technique for labeling what is seen in images or videos. The labels assigned to images are also given a level of confidence so that downstream processing can …
A digital image is a grid, with a set of numerical values at each location in the grid. Each location in the grid is known as a pixel, the smallest addressable element, and the values at that location represent …
OpenCV (Open Source Computer Vision) is a software toolkit for real-time processing of images and video, analytics, and machine learning. The OpenCV toolkit has over 2,500 optimized classic and state-of-the-art algorithms for computer vision and machine learning. The capabilities in …
Object Detection is a computer vision technique for locating instances of objects in images or videos. The algorithms used for object detection typically use machine learning or deep learning techniques to produce meaningful results.
For example, in the image that …
Computer Vision (often referred to as CV) seeks to have a computer “see” and “understand”, in the same way that human vision does.
It includes:
Based on Installing Intel® Distribution for Python* and Intel® Performance Libraries with Anaconda
The following article will show you how to create an Intel® Distribution for Python environment with Anaconda.
The Intel® Distribution for Python provides …
This article covers the quickest way to install OpenCV on Ubuntu 18.04 using the Aptitude package manager. This will automatically make sure that the prerequisites are met and installed. It’s worth noting that if you require a specific version …
The computer vision capability we’re highlighting in this tutorial is object detection, using networks that have been trained on large datasets, to detect and classify objects.
The application accepts an input image and outputs an image with bounding boxes around …