Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
yisol/IDM-VTON
roshanbiswa
/
IDM-VTON
like
0
Runtime error
App
Files
Files
Community
89d28a4
IDM-VTON
/
densepose
/
modeling
/
roi_heads
/
registry.py
IDM-VTON
update IDM-VTON Demo
938e515
7 months ago
raw
Copy download link
history
blame
Safe
161 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from
detectron2.utils.registry
import
Registry
ROI_DENSEPOSE_HEAD_REGISTRY = Registry(
"ROI_DENSEPOSE_HEAD"
)