This example shows how to run Deeplabv3+ with DepthAI API.
Install requirements:
python3 -m pip install -r requirements.txt
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.