Spaces:
Nymbo
/
Running on Zero

ML-Motivators's picture
UPLOADS
c804dfb verified
raw
history blame
390 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from .chart import DensePoseChartLoss
from .chart_with_confidences import DensePoseChartWithConfidenceLoss
from .cse import DensePoseCseLoss
from .registry import DENSEPOSE_LOSS_REGISTRY
__all__ = [
"DensePoseChartLoss",
"DensePoseChartWithConfidenceLoss",
"DensePoseCseLoss",
"DENSEPOSE_LOSS_REGISTRY",
]