Vincentqyw
fix: roma
c74a070
raw
history blame
81 Bytes
from .fpn import FPN
def build_backbone(config):
return FPN(config["fpn"])