You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the code in Collab, on the line !python scripts/demo.py video.source=assets/videos/gymnasts.mp4 video.start_frame=10 video.end_frame=60, it gives the error INFO No OpenGL_accelerate module loaded: No module. Even if I install OpenGL via !pip install PyOpenGL-accelerate the error just changes to INFO 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.
The text was updated successfully, but these errors were encountered:
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.
Hi!
When I try to run the code in Collab, on the line
!python scripts/demo.py video.source=assets/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.The text was updated successfully, but these errors were encountered: