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