Vincentqyw
update: features and matchers
10b4a5f
raw
history blame
81 Bytes
from .fpn import FPN
def build_backbone(config):
return FPN(config['fpn'])