mirror of https://github.com/RE-OWOD/RE-OWOD
6 lines
257 B
Python
6 lines
257 B
Python
|
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
|
||
|
|
||
|
from .chart import DensePoseChartPredictor
|
||
|
from .chart_confidence import DensePoseChartConfidencePredictorMixin
|
||
|
from .chart_with_confidence import DensePoseChartWithConfidencePredictor
|