1 个仓库
Systems for real-time pixel-level masking of individual objects in video feeds.
Distinct from Real-Time Object Detection: Focuses on pixel-level masks for instances rather than just bounding-box detection in real-time
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Real-Time Instance Segmentation. Refine with filters or upvote what's useful.
Yolact is a computer vision framework and real-time instance segmentation model. It utilizes a fully convolutional neural network to detect objects and generate pixel-level masks for images and video feeds. The system employs prototypical mask generation to create global mask prototypes that are linearly combined for instance-specific results. It incorporates deformable convolutional layers and deformable region-of-interest pooling to adapt spatial sampling to the irregular shapes of objects. The framework covers the full model development lifecycle, including training on custom datasets, ac
Detects and masks individual objects in images or video feeds in real-time using a fully convolutional network.