File size: 161 Bytes
2d660f6 |
1 2 3 4 5 6 |
# Copyright (c) Facebook, Inc. and its affiliates.
from detectron2.utils.registry import Registry
ROI_DENSEPOSE_HEAD_REGISTRY = Registry("ROI_DENSEPOSE_HEAD")
|
2d660f6 |
1 2 3 4 5 6 |
# Copyright (c) Facebook, Inc. and its affiliates.
from detectron2.utils.registry import Registry
ROI_DENSEPOSE_HEAD_REGISTRY = Registry("ROI_DENSEPOSE_HEAD")
|