Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
Roopansh/Ailusion-VTON-DEMO-v1
AryanChandwani
/
MyVTON
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MyVTON
/
densepose
/
modeling
/
losses
/
registry.py
Roopansh
Initial Commit
73c83cf
11 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"
)