Spaces:
Runtime error
Runtime error
StableVITON
/
preprocess
/detectron2
/projects
/DensePose
/densepose
/modeling
/predictors
/registry.py
| # Copyright (c) Facebook, Inc. and its affiliates. | |
| # pyre-unsafe | |
| from detectron2.utils.registry import Registry | |
| DENSEPOSE_PREDICTOR_REGISTRY = Registry("DENSEPOSE_PREDICTOR") | |