Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
yisol/IDM-VTON
ake178178
/
IDM-VTON-dedao-demo01
like
0
Runtime error
App
Files
Files
Community
4dbb263
IDM-VTON-dedao-demo01
/
densepose
/
modeling
/
losses
/
registry.py
IDM-VTON
update IDM-VTON Demo
938e515
8 months 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"
)