Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kadirnar
/
auto
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
fd2cf14
auto
/
densepose
/
modeling
/
predictors
/
registry.py
kadirnar
Upload 1180 files
3deb274
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
163 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from
detectron2.utils.registry
import
Registry
DENSEPOSE_PREDICTOR_REGISTRY = Registry(
"DENSEPOSE_PREDICTOR"
)