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
/
losses
/
registry.py
minjung-s
0307
c5c6bad
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
168 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
# pyre-unsafe
from
detectron2.utils.registry
import
Registry
DENSEPOSE_LOSS_REGISTRY = Registry(
"DENSEPOSE_LOSS"
)