MCG-NJU / AdaMixer

[CVPR 2022 Oral] AdaMixer: A Fast-Converging Query-Based Object Detector
MIT License
236 stars 24 forks source link

Is adamixer suitable for cascade-mask-rcnn? #7

Closed Senwang98 closed 2 years ago

Senwang98 commented 2 years ago

Hi, Thanks for your work, I am doing some work to improve detection performance. I wonder if adamixer suitable for cascade-mask-rcnn? Wishing for your reply.

sebgao commented 2 years ago

Assuming that you need AdaMixer to perform instance segmentation, the answer is absolutely yes when equipping AdaMixer with an extra mask prediction branch (in fact, we're currently conducting relevant experiments). Besides, there are some researches [1, 2] on how to perform instance with query-based detectors.

[1] SOLQ: Segmenting Objects by Learning Queries [2] Instances as Queries