Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
franciszzj/Leffa
Himanshu806
/
Leffa
like
0
Running
on
Zero
App
Files
Files
Community
e8ba64a
Leffa
/
densepose
/
modeling
/
roi_heads
/
registry.py
franciszzj
init code
b213d84
12 days 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"
)