WXinlong/SOLO
A PyTorch implementation of SOLO and SOLOv2, two deep learning algorithms for instance segmentation published at ECCV 2020 and NeurIPS 2020.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
This repository provides the official PyTorch implementation of SOLO (Segmenting Objects by Locations), a box-free instance segmentation approach that directly outputs instance masks and class probabilities via fully convolutional networks. SOLOv2 improves on the original with dynamic and faster mask prediction. Both methods achieve state-of-the-art results on COCO, with the best model reaching 41.7% AP.