Oct 9, 2020Andres Ulloa 2 minute read
At alwaysAI, we want you to create unique and powerful models that help accomplish your computer vision goals. With the Model Training Toolkit you can create a custom object detection model with little experience and no coding. This video outlines the end-to-end process of doing exactly that - and in a way that is easy to follow. It is meant to be interactive, so you can pause it after each step to take action and then come back.
Aug 25, 2020Eric VanBuhler 9 minute read
At alwaysAI we have the singular mission of making the process of building and deploying computer vision apps to edge devices as easy as possible. That includes training your model, building your app, and deploying your app to edge devices such as the Raspberry Pi, Jetson Nano, and many others. alwaysAI apps are built in Python and can run natively on Mac and Windows, and in our containerized edge runtime environment optimized...
Jul 9, 2020Lila Mullany 9 minute read
Many of us spend most of our days hunched over a desk, leaning forward looking at a computer screen, or slumped down in our chair. If you’re like me, you’re only reminded of your bad posture when your neck or shoulders hurt hours later, or you have a splitting migraine. Wouldn’t it be great if someone could remind you to sit up straight? The good news is, you can remind yourself! In this tutorial, we’ll build a posture app using a pose estimation model available from alwaysAI.
Jul 7, 2020Lila Mullany 4 minute read
Many models, including those for pose estimation, may have much better performance when run on a GPU rather than a CPU. In this tutorial, we’ll cover how to run pose estimation on the Jetson Nano B01 and cover some nuances of running starter apps on this edge device.
Jul 7, 2020Lila Mullany 3 minute read
Building and running your app on alwaysAI can be done a few different ways, depending on the platform you want to develop on and the device you want to deploy on. We’ve concentrated these options in one place for your convenience and we’ll update this document as the platform evolves!
Jul 6, 2020Jason Koo 5 minute read
This architectural guide walks you through one way of creating an app for monitoring when things (animals, cars, etc) come and go.
Jun 8, 2020Lila Mullany 14 minute read
Training a computer vision model is one component of a complex and iterative undertaking, which can often seem daunting. At alwaysAI we want to make the process simple and approachable. To get you started, we have compiled a general overview of the training process of Deep Neural Networks (DNNs) for use in computer vision applications. We will focus on supervised learning in this overview, which uses labeled training data to teach the model what the desired output is. This article provides...
May 6, 2020Taiga Ishida 4 minute read
The Jetson TX2 is part of NVIDIA’s line of embedded AI modules enabling super fast computation on the edge. The TX2 is a leg up compared to the Nano and will give you faster inferencing times in your AI applications. In fact, the Jetson TX2 is the fastest, most power-efficient embedded AI computing device. This 7.5 watt supercomputer on a module brings true AI computing at the edge.
Please note: This setup guide can only be followed if you have a Linux computer. VM support is un-verified.
May 5, 2020Jason Koo 3 minute read
This short guide will show you how to combine alwaysAI and Balena to easily deploy a computer vision application to multiple devices with a single command.
Apr 30, 2020Taiga Ishida 5 minute read
The process of developing computer vision applications has been greatly simplified by alwaysAI, which now includes native support for Mac OSX (Mojave and Catalina), and enables developers to get started prototyping applications right away with very little setup required. By the way, you can also learn how to install alwaysAI on Ubuntu and Windows.
Apr 6, 2020Lila Mullany 10 minute read
As you most likely noticed in the image above, the edges generated by this model are fairly large. In a subsequent tutorial, I’ll cover how to smooth these edges for a less blocky look!
Mar 24, 2020Lila Mullany 10 minute read
Mar 21, 2020Jason Koo 5 minute read
In this guide, we’ll make an app that can count vehicles in real-time utilizing object counting, a technique used in computer vision that combines object detection and object tracking. Our final computer vision application will tell us how many objects of a specific kind are currently being detected in a video stream.
Mar 20, 2020Carlos Lazo 6 minute read
There are many use cases in which it could be beneficial to have automated text messages sent that contain data obtained from computer vision. Perhaps you’d like to be notified whenever a person or animal walks into your yard or house (by using object detection), or when your kids appear to be fighting (by using pose estimation), or any other number of scenarios — the possibilities are endless! In this tutorial, we’ll show you how easy it is to accomplish this task by using a very basic...
Mar 11, 2020Jason Koo 8 minute read
If you have a host of images that you’d like to sort based on the presence of particular things (like people, cars, buildings, etc.), using computer vision classifiers can make this a pretty simple and fast thing to accomplish.
Mar 10, 2020Eric VanBuhler 14 minute read
The code for this tutorial is available here: https://github.com/alwaysai/video-streamer
Mar 4, 2020Lila Mullany 10 minute read
In this article I will demonstrate how to easily modify existing apps offered with alwaysAI to use two object detection models simultaneously, and to display the output in side-by-side frames.
Feb 28, 2020Taiga Ishida 23 minute read
Sockets are endpoints for inter-process communication over the network, which is supported by most platforms. Using sockets with the alwaysAI platform allows an application to communicate with external applications running locally or externally, as well as with applications written in different programming languages. There are many methods for inter-process communication, but cross-platform communication is handled best by sockets.
Feb 24, 2020Andres Ulloa 4 minute read
In this guide, we’ll be focusing on bird classification. What is image classification? It is a technique used in computer vision to identify and categorize the main content in a photo or video.
Feb 14, 2020Andres Ulloa 10 minute read
The ability to recognize human activity with computer vision allows us to create applications that can interact with and respond to an user in real time. For instance, we can make an application that gives feedback to a user in the moment so that they can learn how to recreate the perfect golf swing, or that sends an immediate alert for help when someone has fallen, or that generates an immersive augmented reality experience based on the user's position.
Feb 4, 2020Eric VanBuhler 4 minute read
The Raspberry Pi 3B+ and the Raspberry Pi 4 are ubiquitous among the hobbyist community of developers. They are reliable, easy to use single-board computers (SBCs) that are very affordable, making it easy to get your edge computer vision project up and running!
Feb 4, 2020Eric VanBuhler 11 minute read
Detecting pedestrians and bicyclists in a cityscape scene is a crucial part of autonomous driving applications. Autonomous vehicles need to determine how far away pedestrians and bicyclists are, as well as what their intentions are. A simple way to detect people and bicycles is to use Object Detection. However, in this case we need much more detailed information about the exact locations of the pedestrians and bicyclists than Object Detection can provide, so we’ll use a technique called ...
Feb 3, 2020Andres Ulloa 6 minute read
The Jetson Nano is a powerful compactly-packaged AI accelerator that allows you to run intensive models (such as the ones typically used for semantic segmentation and pose estimation) with shorter inference time, while meeting key performance requirements. The Jetson Nano also allows you to speed up lighter models, like those used for object detection, to the tune of 10-25 fps.
Jan 29, 2020Eric VanBuhler 9 minute read
Detecting people can be an important part of applications across many industries. Common use cases include security applications that track who’s coming and going, as well as safety systems designed to keep people out of harm’s way.
Dec 11, 2019Vikram Gupta 4 minute read
At the AWS re:Invent conference, we deepened our collaboration with Qualcomm® Technologies by demonstrating real-time object detection and pose estimation on the Qualcomm® Robotics RB3 platform. Based on the Qualcomm® SDA845 system-on-a-chip (SoC), the RB3 platform enables the creation of high-performing computer vision applications on robots and other IoT devices. We built an application on a demo robot that showcased the powerful combination of the Qualcomm® Robotics RB3 platform, our deep...
Nov 19, 2019Jason Koo 6 minute read
alwaysAI offers a number of starter apps that make it easy to quickly deploy computer vision (CV) based applications. In this demo, I'm going to show you how to extend one of these starter apps and, hopefully, provide some insight about how you can create your own custom coputer vision apps. The app we're going to end up with is meant to be used on a conference booth, to track the number of attendees who stop by and provide some basic metrics on how much time they spend at the booth.
Nov 8, 2019Andres Ulloa 4 minute read
The process of developing computer vision applications has been greatly simplified by alwaysAI, which includes native support for Windows, Mac and Linux, and enables developers to get started prototyping applications right away with very little setup required.
Oct 16, 2019Jason Koo 3 minute read
In this tutorial, we will show you the steps needed to change the computer vision model in the alwaysAI application. First, set up your development computer and edge device (if you're using one). You should also have an app running like this object detector starter app. You can see more about setting up projects and the alwaysAI workflow here. Finally, you should have a Terminal window open.
If you don't have an alwaysAI account yet, you can sign-up here.
Oct 10, 2019Jason Koo 3 minute read
In this tutorial, we will show you the steps needed to get a real-time object detector starter app up and running quickly and easily on an edge device or local machine.
Oct 9, 2019Steve Griset 2 minute read
In this tutorial, we will show you the steps needed to boost the performance of your edge device. You will need a hardware accelerator that is supported by alwaysAI – such as Intel’s Neural Compute Stick 2. You can read more about supported edge devices and how to set the engine and accelerator using the edgeiq API in our documentation.
Sep 23, 2019Steve Griset 38 minute read
Although alwaysAI is focused on computer vision on the edge, you can easily install Ubuntu on your desktop, and do prototyping before going to the edge. In this article, I will show how to install the alwaysAI platform on your desktop using either a virtual machine (macOS, Windows) or native installation (Linux). If you are already running a Linux desktop you can skip down to the Installing alwaysAI Platform section.
Aug 28, 2019Steve Griset 7 minute read
Note: The method described in this article is not your only option for installing the base operating system on your Raspberry Pi. You can also use NOOBS, an operating system installation manager to install the base Raspbian operating system. For information on NOOBS, go to this website. If you do use NOOBS to do the initial operating system installation once finished go to Setting Up A Docker Container section of this document to continue installing the alwaysAI computer vision platform.
alwaysAI provides a platform to deploy computer-vision applications onto edge devices.
Learn More