Skip to content

Latest commit

 

History

History
 
 

gen2-deeplabv3_person

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

中文文档

Deeplabv3 person segmentation on DepthAI

This example shows how to run Deeplabv3+ with DepthAI API.

Semantic Segmentation on DepthAI

Pre-requisites

Install requirements:

python3 -m pip install -r requirements.txt

Usage

python3 main.py --size [256,513]
  • Size can be either 256 or 513. 256x256 model is smaller and faster, while 513x513 is slower and more accurate.