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