Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SIGGRAPH2022
/
sketch2pose
like
28
Runtime error
App
Files
Files
Community
3
b601d4d
sketch2pose
/
src
/
spin
/
__init__.py
kbrodt
Upload __init__.py
3680899
over 2 years ago
raw
Copy download link
history
blame
Safe
192 Bytes
from
.constants
import
JOINT_NAMES
from
.hmr
import
hmr
from
.smpl
import
SMPLX
from
.utils
import
process_image
__all__ = [
"hmr"
,
"SMPLX"
,
"process_image"
,
"JOINT_NAMES"
,
]