LeapLabTHU / ARC

[ICCV 2023] Adaptive Rotated Convolution for Rotated Object Detection
Apache License 2.0
100 stars 3 forks source link

Question with how to replace the original resnet101 backbone to arcrenet101 #10

Closed ZebinJiang closed 4 months ago

ZebinJiang commented 4 months ago

hi, I would like to ask how I could replace the original resnet101 backbone with ur arcresnet101. The code from other papers uses pretrained restnet101 as the backbone. Should I just replace the pre-trained model with yours?

yifanpu001 commented 4 months ago

yes you should