Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tryonnix1
/
2D-Engine
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
2D-Engine
/
densepose
/
modeling
/
losses
/
registry.py
Hunsain Mazhar
Deploy Robust IDM-VTON
67fece2
4 months ago
raw
Copy download link
history
blame
contribute
delete
153 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from
detectron2.utils.registry
import
Registry
DENSEPOSE_LOSS_REGISTRY = Registry(
"DENSEPOSE_LOSS"
)