alwaysai / semantic-segmentation-voc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Segmentation VOC

Perform Semantic Segmentation on a series of images using a model trained on the Pascal VOC dataset.

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

Different images can be used by updating the files in the images/ directory. Note that when developing for a remote device, removing images in the local images/ directory won't remove images from the device. They can be removed using the aai app install --clean command.

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 95.3%Language:Dockerfile 4.7%