run training scripts such as frcnn_x101_efpn.py as included here, change configs accordingly
"detectron2" folder name changed to "detectron" to correctly build (could also work outside of root dir)
in detectron/modeling/backbone, we modified resnet.py and fpn.py to create the EFPN and FTT module
slight modifications to fix import paths, cuda compatibility...etc, including in detectron/engine/defaults.py, detectron/layers/wrappers.py
EFPN original paper: C. Deng, M. Wang, L. Liu, and Y. Liu. Extended feature pyramid network for small objectdetection.CVPR, 2020.
(https://arxiv.org/pdf/2003.07021v1.pdf)
Detectron2: Yuxin Wu, Alexander Kirillov, Francisco Massa and Wan-Yen Lo, & Ross Girshick. (2019). Detectron2. https://github.com/facebookresearch/detectron2.