human_body_prior icon indicating copy to clipboard operation
human_body_prior copied to clipboard

Are all dependencies actually necessary?

Open frankcarey opened this issue 5 years ago • 2 comments

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'
],

frankcarey avatar Jan 30 '20 01:01 frankcarey

Good idea. I would get back to it after ECCV'20. Thanks

nghorbani avatar Jan 31 '20 09:01 nghorbani

We are initiating an attempt in this direction. please stay tuned.

nghorbani avatar Sep 02 '20 06:09 nghorbani