ODR's picture
Duplicate from haotiz/glip-zeroshot-demo
12e55f6
raw
history blame contribute delete
259 Bytes
# 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()