Spaces:
Running
on
Zero
Running
on
Zero
File size: 231 Bytes
689a1f3 |
1 2 3 4 5 6 |
# Copyright (c) Facebook, Inc. and its affiliates.
from .build import PROPOSAL_GENERATOR_REGISTRY, build_proposal_generator
from .rpn import RPN_HEAD_REGISTRY, build_rpn_head, RPN, StandardRPNHead
__all__ = list(globals().keys())
|