RE-OWOD/projects/DensePose/densepose/modeling/roi_heads/registry.py

6 lines
181 B
Python

# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from detectron2.utils.registry import Registry
ROI_DENSEPOSE_HEAD_REGISTRY = Registry("ROI_DENSEPOSE_HEAD")