SOLO
Instance segmentation framework
An implementation of instance segmentation algorithms using PyTorch.
SOLO and SOLOv2 for instance segmentation, ECCV 2020 & NeurIPS 2020.
2k stars
32 watching
307 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
instance-segmentationobject-detectionpytorchsolosolov2
Related projects:
Repository | Description | Stars |
---|---|---|
daijifeng001/mnc | An instance-aware semantic segmentation system based on deep convolutional networks using multi-task network cascades. | 489 |
youngwanlee/centermask2 | Real-time instance segmentation using anchor-free detection | 783 |
youngwanlee/centermask | An efficient anchor-free instance segmentation system with a novel spatial attention-guided mask branch and an improved backbone network | 774 |
msracver/fcis | An implementation of a fully convolutional instance-aware semantic segmentation framework using CUDA. | 1,567 |
jackiezhangdx/instancesegmentationlist | Compiles and organizes state-of-the-art instance segmentation papers and resources | 88 |
zijundeng/pytorch-semantic-segmentation | Provides PyTorch implementations of various models and pipelines for semantic segmentation in deep learning. | 1,729 |
liruilong940607/pose2seg | An implementation of human instance segmentation based on pose estimation | 529 |
shuliu1993/panet | Re-implementation of an instance segmentation and object detection algorithm using PyTorch | 1,340 |
kuangjuihsu/deepco3 | A deep learning framework for instance co-segmentation and object colocalization | 137 |
renmengye/rec-attend-public | An implementation of end-to-end instance segmentation using recurrent attention | 110 |
zjhuang22/maskscoring_rcnn | An open source implementation of Mask Scoring R-CNN for instance segmentation tasks. | 1,901 |
gothicai/instaboost | Implementation of instance segmentation via probability map guided copy-pasting | 399 |
seewalker/tf-pixelwise | A tensorflow implementation of Fully Convolutional Networks For Semantic Segmentation | 13 |
yu-changqian/torchseg | A toolkit for building and training semantic segmentation models using PyTorch. | 1,408 |
zfturbo/keras-mask-rcnn-for-open-images-2019-instance-segmentation | Provides pre-trained Mask R-CNN models and example code for instance segmentation on the Open Images Dataset | 56 |