Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 625 Bytes

File metadata and controls

23 lines (14 loc) · 625 Bytes

中文文档

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.