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