SHI-Labs / Neighborhood-Attention-Transformer

Neighborhood Attention Transformer, arxiv 2022 / CVPR 2023. Dilated Neighborhood Attention Transformer, arxiv 2022
MIT License
1.04k stars 85 forks source link

May I ask whether the code of coco instance segmentation mask2former is dinat or NAT? #83

Closed aihcyllop closed 1 year ago

aihcyllop commented 1 year ago

May I ask whether the code of coco instance segmentation mask2former is dinat or NAT?

alihassanijr commented 1 year ago

Thank you for your interest.

It is DiNAT; same architecture as NAT, but introducing dilated neighborhoods, and scaled to 200M parameters.