brjathu / PHALP

Code repository for the paper "Tracking People by Predicting 3D Appearance, Location & Pose". (CVPR 2022 Oral)
Other
282 stars 43 forks source link

No OpenGL_accelerate module loaded: No module #37

Open Sashiyamo opened 4 months ago

Sashiyamo commented 4 months ago

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 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.

geopavlakos commented 4 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.