LiWentomng / BoxInstSeg

A toolbox for box-supervised instance segmentation.
Apache License 2.0
405 stars 36 forks source link
box-supervision instance-segmentation mmdetection toolbox

Weclome the discussions and contributions.

Introduction

BoxInstSeg is a toolbox that aims to provide state-of-the-art box-supervised instance segmentation algorithms. It is built on top of mmdetection. The main branch works with Pytorch 1.6+ or higher (we recommend Pytorch 1.9.0)

Major features

https://user-images.githubusercontent.com/32033843/207869884-5254b2ba-5e3d-44fb-bbd6-b26d07c9b404.mp4

Update

Model Zoo

Supported methods

COCO (val)

method Backbone GPUs Models sched. config AP (this rep) AP(original rep/paper)
BoxInst R-50 8 model 1x config 30.7 30.7
BoxInst R-50 8 model 3x config 32.1 31.8
BoxInst R-101 8 model 1x config 32.0 32.2
BoxInst R-101 8 model 3x config 33.1 33.0
DiscoBox R-50 8 model 3x config 32.2 31.4(wo ms)
DiscoBox R-101 8 model 3x config 33.4 --
Box2Mask-T R-50 8 model 50e config 35.9 36.1
Box2Mask-T R-101 8 model 50e config 38.2 37.9
Box2Mask-T Swin-L 8 model 50e config 41.9/42.5 41.3/42.4

Pascal VOC

method Backbone GPUs Models sched. config AP AP_50 AP_75
BoxInst R-50 4 model 3x config 32.0 60.2 30.2
BoxInst R-101 4 model 3x config 34.2 62.4 33.2
DiscoBox R-50 4 model 3x config 32.9 61.0 31.5
DiscoBox R-101 4 model 3x config 34.6 63.0 33.0
Box2Mask-T R-50 4 model 50e config 41.4 68.9 42.1
Box2Mask-T R-101 4 model 50e config 43.2 70.8 44.4

Installation and Getting Started

This is built on the MMdetection (V2.25.0). Please refer to Installation and Getting Started for the details of installation and basic usage. We also recommend the user to refer the office introduction of MMdetection.

License

This project is released under the Apache 2.0 license.

Acknowledgement

This project is built based on MMdetection and part of module is borrowed from the original rep of Adelaidet and DiscoBox.

More