junjiehe96 / FastInst

[CVPR2023] FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation
MIT License
178 stars 16 forks source link

FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation

[arXiv] [BibTeX]

Features


Updates

Installation

See installation instructions.

Getting Started

See Results.

See Preparing Datasets for FastInst.

See Getting Started.


Results

COCO Instance Segmentation

Name Backbone Epochs Input APval AP Params GFlops FPS (V100) download
FastInst-D1 R50 50 576 34.9 35.6 30M 49.6 53.8 model
FastInst-D3 R50 50 640 37.9 38.6 34M 75.5 35.5 model
FastInst-D3 R101 50 640 38.9 39.9 53M 112.9 28.0 model
FastInst-D1 R50-d-DCN 50 576 37.4 38.0 30M - 47.8 model
FastInst-D3 R50-d-DCN 50 640 40.1 40.5 35M - 32.5 model

Getting Started

This document provides a brief intro of the usage of FastInst.

Please see Getting Started with Detectron2 for full usage.

Evaluate our pretrained models

Train FastInst to reproduce results

LICNESE

FastInst is released under the MIT Licence.

Citing FastInst

If you find FastInst is useful in your research or applications, please consider giving us a star 🌟 and citing FastInst by the following BibTeX entry.

@article{he2023fastinst,
  title={FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation},
  author={He, Junjie and Li, Pengyu and Geng, Yifeng and Xie, Xuansong},
  journal={arXiv preprint arXiv:2303.08594},
  year={2023}
}

Acknowledgement

Sincerely thanks to these excellent opensource projects