Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 429 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 429 Bytes

Instance Segmentation using DeepLabv3

This repo goes along with this Medium Blog Post. It contains code files for performing instance segmentation on live video capture devices.

It uses cv2 to start a video capture and renders the output which is either blurred or background substituted. More details about the implementation could be found in the medium blog post mentioned above.