Skip to content

Commit 395eb5b

Browse files
author
PKQ
committed
fpn implementation and move to necks
1 parent efff001 commit 395eb5b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

torchocr/networks/fpn/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

torchocr/networks/fpn/backbones_with_fpn.py renamed to torchocr/networks/necks/backbones_with_fpn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from collections import OrderedDict
55

66
import torch.nn as nn
7-
from torchocr.networks.fpn.FPN import FeaturePyramidNetwork, LastLevelMaxPool
7+
from torchocr.networks.necks.FPN import FeaturePyramidNetwork, LastLevelMaxPool
88

99
from torchvision.ops import misc as misc_nn_ops
1010

0 commit comments

Comments
 (0)