Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abubakar123456
/
tryon
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
1c54d21
tryon
/
densepose
/
modeling
/
losses
/
registry.py
abubakar123456
Upload 686 files
1c54d21
verified
4 months ago
raw
Copy download link
history
blame
Safe
168 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
# pyre-unsafe
from
detectron2.utils.registry
import
Registry
DENSEPOSE_LOSS_REGISTRY = Registry(
"DENSEPOSE_LOSS"
)