chenhaoxing / DiffusionInst

This repo is the code of paper "DiffusionInst: Diffusion Model for Instance Segmentation" (ICASSP'24).
Apache License 2.0
222 stars 14 forks source link

Single-Stage or Two-Stage Instance Segmentation? #6

Closed aylinaydincs closed 1 year ago

aylinaydincs commented 1 year ago

Is DiffusionInst do Single-Stage or Two-Stage Instance Segmentation?

zhangxgu commented 1 year ago

@aylinaydincs It's hard to tell. We believe DiffusionInst works as query-based method (DETR scheme) like QueryInst and SOLQ.