KyriakiTych's picture
Duplicate from Realcat/image-matching-webui
4cc8576
from .fpn import FPN
def build_backbone(config):
return FPN(config["fpn"])