alwaysai / pedestrian-segmentation

Sample code for pedestrian and bicyclist detection using semantic segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pedestrian Segmentation

This app expands on the semantic_segmentation_cityscape starter app to build an app that segments pedestrians and bicyclists in each frame of a video, and performs actions based on the results. The full tutorial can be found on the alwaysAI blog.

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 toolchain 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.

You'll need to supply your own input video and update the file path in FileVideoStream.

Usage

Once the alwaysAI toolset is 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 & folder path

aai app configure

To install the app on the target device

aai app install

To start the app

aai app start

Support

About

Sample code for pedestrian and bicyclist detection using semantic segmentation

License:Apache License 2.0


Languages

Language:Python 97.3%Language:Dockerfile 2.7%