Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
LPDoctor/IDM-VTON-demo
alf0nso
/
IDM-VTON-demo2
like
4
Runtime error
App
Files
Files
Community
1
4046cf6
IDM-VTON-demo2
/
densepose
/
modeling
/
losses
/
registry.py
IDM-VTON
update IDM-VTON Demo
938e515
7 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"
)