Closed Sashiyamo closed 5 months ago
You are probably missing the SMPL model in your colab instance. Please download the file basicModel_neutral_lbs_10_207_0_v1.0.0.pkl
from https://smplify.is.tue.mpg.de/ and put it in your colab environment.
After testing, I found out the code work when basicModel_neutral_lbs_10_207_0_v1.0.0.pkl
is put on the root of the directory. Maybe bug in the PHALP?
Hi!
When I try to run the code in Collab, on the line
!python track.py video.source="example_data/videos/gymnasts.mp4" video.start_frame=10 video.end_frame=60
, it gives the errorINFO No OpenGL_accelerate module loaded: No module
. Even if I install OpenGL via!pip install PyOpenGL-accelerate
the error just changes toINFO OpenGL_accelerate module loaded
.I didn't change anything in Collab, just wanted to see how it worked. The only thing I noticed is that Collab asks to restart the environment after
!pip install -e .[all]
. But before, even after restarting the environment, everything worked.