Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Balaji23
/
Meta-Tryon
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Meta-Tryon
/
densepose
/
modeling
/
losses
/
registry.py
Balaji23
adding densepose files
8f8bffb
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from
detectron2.utils.registry
import
Registry
DENSEPOSE_LOSS_REGISTRY = Registry(
"DENSEPOSE_LOSS"
)