mkocabas / VIBE

Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"
https://arxiv.org/abs/1912.05656
Other
2.85k stars 551 forks source link

[BUG] The package pyglet has been updated 4 days ago. So we need to add the version information of pyglet in the requirements.txt. Such as 'pyglet==1.5.27'. #271

Open Abrams-01 opened 1 year ago

Abrams-01 commented 1 year ago

Thanks for your interest in our research!

If you have problems running our code, please include;

  1. your operating system and the version,
  2. your python version,
  3. your pytorch version,
  4. the stack trace of the error that you see,

Specifically, if you have an issue with pyrender or OpenGL setup & installation, please refer to pyrender docs or github issues.

Abrams-01 commented 1 year ago

tqdm==4.28.1 yacs==0.1.6 h5py==2.10.0 numpy==1.17.5 scipy==1.4.1 numba==0.47.0 smplx==0.1.26 gdown==4.5.1 PyYAML==5.3.1 joblib==0.14.1 pillow==7.1.0 trimesh==3.5.25 pyrender==0.1.36 progress==1.5 filterpy==1.4.5 matplotlib==3.1.3 tensorflow==1.15.4 tensorboard==1.15.0 torchvision==0.5.0 scikit-image==0.16.2 scikit-video==1.1.11 opencv-python==4.1.2.30 llvmlite==0.32.1 pyglet==1.5.27 git+https://github.com/mattloper/chumpy.git git+https://github.com/mkocabas/yolov3-pytorch.git git+https://github.com/mkocabas/multi-person-tracker.git

Abrams-01 commented 1 year ago

You can also change the Python version to 3.8.X, but it may conflict with other libraries, so it is recommended to modify it in this way.

ivanvoid commented 1 year ago

Can you update requirements file, please? it takes time ti track down errors. Thank you~ Or just make a pull request(or u want me to do it)? because installation still crashes on pyglet being unavailable with original code.

Also changing version of python on 3.8, isn't comparable with tensorflow.