Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
4D-Humans
like
1
Model card
Files
Files and versions
xet
Community
1
main
4D-Humans
/
HMR2
/
setup.py
camenduru
thanks to brjathu ❤
409f4af
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
179 Bytes
from
setuptools
import
setup, find_packages
print
(
'Found packages:'
, find_packages())
setup(
description=
'HMR2 as a package'
,
name=
'hmr2'
,
packages=find_packages()
)