hzhupku / DCNet

Dense Relation Distillation with Context-aware Aggregation for Few-Shot Object Detection, CVPR 2021
MIT License
145 stars 32 forks source link

Details of method #3

Closed ZhangGongjie closed 3 years ago

ZhangGongjie commented 3 years ago

Awesome work! But I have a minor question:

In page 4, you mentioned

Noted that there are N support features, which brings N key-value pairs. We perform summation over N output results to obtain the final result, which is a refined query feature, activated by support features where there are co-existing classes of objects in query and support images.

Could you please use mathematical equations to further clarify this?

hzhupku commented 3 years ago

Please check the code for more details. Feel free to re-open this issue if the problem is not resolved.