Closed rockywind closed 2 years ago
Hi @rockywind ,
Deformable convolutions are not supprorted for ResNet18 and ResNet34 in mmdetection
. At least it is true about the version from our Dockerfile. So you can simply remove dcn
and stages_with_dcn
from backbone
. Btw, you should also update in_channels
in neck
.
OK @filaPro Thank you very much!
Hi, @filaPro When I wanted to change the backbone to resnet18, I modified the code. But it ran error!
My code is that.