mirror of
https://github.com/YifanXu74/MQ-Det.git
synced 2025-06-03 15:03:07 +08:00
11 lines
259 B
Python
11 lines
259 B
Python
|
# 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()
|