-
似乎mmdet的即插即用plugin内并没有注意力机制的模块,请问如何添加注意力机制模块到网络中呢?是不是需要调用其他库的模块呢? |
Beta Was this translation helpful? Give feedback.
Answered by
ZwwWayne
Oct 14, 2022
Replies: 2 comments 1 reply
-
We recommend using English or English & Chinese for issues so that we could have broader discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See examples in empirical attention in https://github.com/wanghonglie/mmdetection/tree/master/configs/empirical_attention |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ZwwWayne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See examples in empirical attention in https://github.com/wanghonglie/mmdetection/tree/master/configs/empirical_attention
You can also insert non-local blocks.