deeplabv3_demo_package

Demo package with quantized Deeplab-V3+ model for semantic image segmentation.

Installation

$ pip3 install git+https://github.com/pazamelin/deeplabv3_demo_package.git@week1

Run demo without any arguments

$ demo

you should get the following result:

Run demo with --help to get arguments list

$ demo --help

Run demo a custom image

$ demo --img <IMG-PATH>

Uninstall the package

$ pip3 uninstall deeplabv3-demo