MCG-NJU / AdaMixer

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

What is the function of the weight for the j-th feature map wj #3

Closed cxq1 closed 2 years ago

cxq1 commented 2 years ago

What is the function of the weight for the j-th feature map wj

sebgao commented 2 years ago

It's in https://github.com/MCG-NJU/AdaMixer/blob/16ec13d8a941707667165800c002fe51292a0a50/mmdet/models/roi_heads/bbox_heads/sampling_3d_operator.py#L48

And it is called in https://github.com/MCG-NJU/AdaMixer/blob/16ec13d8a941707667165800c002fe51292a0a50/mmdet/models/roi_heads/bbox_heads/sampling_3d_operator.py#L88