Spaces:
Running
on
Zero
Running
on
Zero
# Copyright (c) Facebook, Inc. and its affiliates. | |
from . import DensePoseEmbeddingConfidencePredictorMixin, DensePoseEmbeddingPredictor | |
from .registry import DENSEPOSE_PREDICTOR_REGISTRY | |
class DensePoseEmbeddingWithConfidencePredictor( | |
DensePoseEmbeddingConfidencePredictorMixin, DensePoseEmbeddingPredictor | |
): | |
""" | |
Predictor that combines CSE and CSE confidence estimation | |
""" | |
pass | |