Add ability add custom/modified backbone to FasterRCNN #660
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
won't fix
This will not be worked on
🚀 Feature
In the Faster RCNN bolt, it would be awesome to have the functionality to pass custom
pl.LightningModules
ortorch.nn.Module
backbone. In the current state, the constructor requires thebackbone
argument to be astr
https://github.com/PyTorchLightning/lightning-bolts/blob/c3b60de7dc30c5f7947256479d9be3a042b8c182/pl_bolts/models/detection/faster_rcnn/faster_rcnn_module.py#L33-L63
Motivation
I wanted to try some custom version of the ResNet model in the Faster RCNN pipeline and thought this functionality might help.
Alternatives
These are the two workarounds that I think would work:
FasterRCNN
and manually reassign the backboneThe text was updated successfully, but these errors were encountered: