Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yisol
/
IDM-VTON
like
1.73k
Running
on
Zero
App
Files
Files
Community
29
6bb5ede
IDM-VTON
/
densepose
/
modeling
/
losses
/
registry.py
IDM-VTON
update IDM-VTON Demo
938e515
10 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"
)