registry.py 153 Bytes
Newer Older
mashun1's avatar
idmvton  
mashun1 committed
1
2
3
4
5
# Copyright (c) Facebook, Inc. and its affiliates.

from detectron2.utils.registry import Registry

DENSEPOSE_LOSS_REGISTRY = Registry("DENSEPOSE_LOSS")