ZhangGongjie / SAM-DETR

[CVPR'2022] SAM-DETR & SAM-DETR++: Official PyTorch Implementation
MIT License
292 stars 50 forks source link

Why the q_content is the same as the q_content_points? #9

Closed rockywind closed 1 year ago

rockywind commented 1 year ago

Hi, What's the difference between the q_content and q_content_points? image

ZhangGongjie commented 1 year ago

Hi, thanks for your comments.

I checked the codes. It turned out that they are redundant. Just one RoIAign operation is enough.

rockywind commented 1 year ago

thanks for your reply!