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
/
losses
/
registry.py
kadirnar
Upload 1180 files
3deb274
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
153 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from
detectron2.utils.registry
import
Registry
DENSEPOSE_LOSS_REGISTRY = Registry(
"DENSEPOSE_LOSS"
)