alwaysai / object-detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object Detector

Use Object Detection to detect objects in a real-time camera stream. The types of objects detected can be changed by selecting different models.

Requirements

Usage

Once the alwaysAI tools are installed on your development machine (or edge device if developing directly on it) you can install and run the app with the following CLI commands:

To perform initial configuration of the app:

aai app configure

To prepare the runtime environment and install app dependencies:

aai app install

To start the app:

aai app start

To change the computer vision model, the engine and accelerator, and add additional dependencies read this guide.

Support

About

License:Apache License 2.0


Languages

Language:Python 96.3%Language:Dockerfile 3.7%