SwinT_detectron2
SwinT_detectron2 copied to clipboard
My version of Detectron2
Hi, My code work with Detectron 0.3 and I want change it's backbone from Resnet to SwinT, you said your code work with Detectron 0.6, Do you have any idea about solve this problem?
Thanks
maybe you can have a try? I think the version does not matter much.
Thank you for reply, I will try that. I want change my backbone from Resnet to Swin Transformer, in my base code author use of Res5ROIHeads instead of StandardROIHeads, Do you think changing backbone is possible?
thanks