alwaysai / nvidia-semantic-segmentation

Perform semantic segmentation of a driving scene on NVIDIA Jetson devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVIDIA Semantic Segmentation

This alwaysAI app performs semantic segmentation on a video clip of a driving scene on NVIDIA Jetson devices.

Setup

This app requires an alwaysAI account. Head to the Sign up page if you don't have an account yet. Follow the instructions to install the alwaysAI tools on your development machine.

Next, create an empty project to be used with this app. When you clone this repo, you can run aai app configure within the repo directory and your new project will appear in the list.

Usage

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

To set up the target device & install path

aai app configure

To install the app to your target

aai app install

To start the app

aai app start

About

Perform semantic segmentation of a driving scene on NVIDIA Jetson devices.

License:Apache License 2.0


Languages

Language:Python 97.1%Language:Dockerfile 2.9%