Spaces:
Runtime error
Runtime error
File size: 259 Bytes
128757a |
1 2 3 4 5 6 7 8 9 10 11 |
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
from maskrcnn_benchmark.utils.registry import Registry
BACKBONES = Registry()
LANGUAGE_BACKBONES = Registry()
ROI_BOX_FEATURE_EXTRACTORS = Registry()
RPN_HEADS = Registry()
|