Spaces:
Runtime error
Runtime error
File size: 81 Bytes
4cc8576 |
1 2 3 4 5 6 |
from .fpn import FPN
def build_backbone(config):
return FPN(config["fpn"])
|