Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ammaralee
/
Trail
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Trail
/
densepose
/
modeling
/
roi_heads
/
registry.py
ammaralee005
initial
6d928a6
7 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"
)