Open
Description
🚀 The feature
Adding a backbone with FPN on top of swin transformers similar to the already available resnet_fpn and mobilenet_fpn backbones (https://github.com/pytorch/vision/blob/main/torchvision/models/detection/backbone_utils.py). I do have a working version (need to be confirmed by the authors if it is what was used in the paper for comparisons) in a separate branch. However, as per protocol, I am opening an issue first to see if it is a worthwhile addition.
Motivation, pitch
It lets us use swin transformer based backbones for the object detection frameworks (FasterRCNN, MaskRCNN..).
Alternatives
No response
Additional context
No response
cc @datumbox
Activity