Skip to content

Commit efff001

Browse files
author
PKQ
committed
update
1 parent 6151562 commit efff001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchocr/networks/fpn/backbones_with_fpn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from torchvision.ops import misc as misc_nn_ops
1010

11-
from torchocr.networks.backbones.rec_resnet_vd import ResNet50_vd as resnet
11+
from torchocr.networks.backbones.DetResNetvd import ResNet as resnet
1212

1313

1414
class IntermediateLayerGetter(nn.ModuleDict):

0 commit comments

Comments
 (0)