File size: 259 Bytes
749745d
 
 
 
 
 
 
 
 
 
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()