Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fantaxy/FitGen2
ginipick
/
FitGen
like
112
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FitGen
/
densepose
/
modeling
/
roi_heads
/
registry.py
franciszzj
init code
b213d84
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from
detectron2.utils.registry
import
Registry
ROI_DENSEPOSE_HEAD_REGISTRY = Registry(
"ROI_DENSEPOSE_HEAD"
)