Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Navyssh
/
StyleSync
like
1
License:
mit
Model card
Files
Files and versions
xet
Community
1
refs/pr/1
StyleSync
/
densepose
/
data
/
meshes
/
__init__.py
Navyssh
Upload 114 files
9d64c01
verified
11 months ago
raw
Copy download link
history
blame
183 Bytes
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from
.
import
builtin
__all__ = [k
for
k
in
globals
().keys()
if
"builtin"
not
in
k
and
not
k.startswith(
"_"
)]