facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
29.92k stars 7.4k forks source link

Implement Attention Augmented Conv2d for improving object detection #2438

Open dhananjaisharma10 opened 3 years ago

dhananjaisharma10 commented 3 years ago

🚀 Feature

I would like to add support for the Attention Augmented Conv2d layer from the paper Attention Augmented Convolutional Networks.

Motivation & Examples

This feature is useful for the following key reasons:

The feature would simply be a class inheriting torch.nn.Module.

I look forward to hearing from the team. Thank you!

TylerMcCarthyGitHub commented 9 months ago

Any idea wether this was ever implemented?