The goal of the project is to inference a deep learning semantic segmentation model on a webcam video stream in Linux in order to remove background and provide a clean video stream with a person only.
This project demonstrates instance segmentation using Mask R-CNN with the OpenCV DNN module. The model is pre-trained on the COCO dataset and can detect and segment multiple object classes in images.
Abstract: Semi-supervised learning methods based on the mean teacher model have achieved great success in the field of 3-D medical image segmentation. However, most of the existing methods provide ...
Abstract: Superpixel segmentation algorithms are predominently based on simple linear iterative clustering (SLIC), and treat homogeneous and complex regions equally. This can lead to suboptimal ...