deepNet-Chirag / Simple-Realtime-Image-Segmentation-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Realtime-Image-Segmentation

This repository consist of code implementation for Real Time Image Segmentation using Opencv and Pixellib in Python. Video input will be taken from webcam and outputs segmentated image on screen.
For more inner working understanding..
check out - https://www.analyticsvidhya.com/blog/2019/07/computer-vision-implementing-mask-r-cnn-image-segmentation/

Pretrained Model

Download required pretrained model from here - https://github.com/matterport/Mask_RCNN/releases
Mask R-CNN 2.0 is preferred for this project

Library

-opencv
-pixellib

Algorithm

Masked RCNN

Author

Chirag Malaviya

Reference

Nicolas Renotte Youtube Video - https://youtu.be/i_-ud01wFhc

About


Languages

Language:Jupyter Notebook 100.0%