human_body_prior
human_body_prior copied to clipboard
Are all dependencies actually necessary?
There are a lot of dependencies included in vposer, mostly related to visualization is seems. Any interest in breaking out some of the visualization utils into their own project so that I can use this with my own visualization tools and don't have to fight the extra dependencies and locked versions?
install_requires=[
'torch==1.1.0',
'tensorboardX>=1.6',
'torchgeometry==0.1.2',
'opencv-python>=4.1.0.25',
'configer>=1.4',
'configer',
'imageio>=2.5.0',
'transforms3d>=0.3.1',
'trimesh',
'smplx',
'pyrender',
'moviepy'
],
Good idea. I would get back to it after ECCV'20. Thanks
We are initiating an attempt in this direction. please stay tuned.