Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nrtoya
/
CatVTON2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CatVTON2
/
densepose
/
modeling
/
roi_heads
/
registry.py
minjung-s
0307
c5c6bad
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
176 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
# pyre-unsafe
from
detectron2.utils.registry
import
Registry
ROI_DENSEPOSE_HEAD_REGISTRY = Registry(
"ROI_DENSEPOSE_HEAD"
)