Hi!
I am trying to write a new backbone. Can someone please guide me through the process? I am particularly interested in knowing how to link the feature maps of the backbone with FPN.
Thanks!
It can be something like this implementation (not finished but working)
https://github.com/JegernOUTT/mmdetection/blob/master/mmdet/models/backbones/efficientnet.py
https://github.com/JegernOUTT/mmdetection/blob/master/configs/efficientnet_backbone/retinanet_eb0_fpn_1x.py
@JegernOUTT Thanks for the reference. I am currently trying to figure out an alternate way to get the same padding feature as in TF to remove the need for a separate wrapper class for Conv2d.
Most helpful comment
It can be something like this implementation (not finished but working)
https://github.com/JegernOUTT/mmdetection/blob/master/mmdet/models/backbones/efficientnet.py
https://github.com/JegernOUTT/mmdetection/blob/master/configs/efficientnet_backbone/retinanet_eb0_fpn_1x.py