Turn a pretrained model to backbone for efficientDet

Hi, I’m currently working on a project of my with a custom dataset. I have a pretrained classify model on the dataset using EfficientNetv2 by timm library.

Is there a way for me to change the model somehow to turn it into the backbone for efficientDet or any object detection model?