Spaces:
Runtime error
Runtime error
File size: 168 Bytes
6eb1d7d |
1 2 3 4 5 6 7 8 |
# Copyright (c) Facebook, Inc. and its affiliates.
# pyre-unsafe
from detectron2.utils.registry import Registry
DENSEPOSE_LOSS_REGISTRY = Registry("DENSEPOSE_LOSS")
|