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.86k stars 550 forks source link

[BUG] #229

Open semchan opened 2 years ago

semchan commented 2 years ago

Running VIBE on each tracklet... 100%|███████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:05<00:00, 5.42s/it] VIBE FPS: 55.29 Total time spent: 44.44 seconds (including model loading time). Total FPS (including model loading time): 6.75. Saving output results to "output/sample_video/vibe_output.pkl". WARNING: You are using a SMPL model, with only 10 shape coefficients. Traceback (most recent call last): File "demo.py", line 414, in main(args) File "demo.py", line 276, in main renderer = Renderer(resolution=(orig_width, orig_height), orig_img=True, wireframe=args.wireframe) File "/home/chenys/matting/VIBE/lib/utils/renderer.py", line 60, in init point_size=1.0 File "/home/chenys/matting/VIBE/vibe-env/lib/python3.7/site-packages/pyrender/offscreen.py", line 31, in init self._create() File "/home/chenys/matting/VIBE/vibe-env/lib/python3.7/site-packages/pyrender/offscreen.py", line 134, in _create self._platform.init_context() File "/home/chenys/matting/VIBE/vibe-env/lib/python3.7/site-packages/pyrender/platforms/egl.py", line 177, in init_context assert eglInitialize(self._egl_display, major, minor) File "/home/chenys/matting/VIBE/vibe-env/lib/python3.7/site-packages/OpenGL/platform/baseplatform.py", line 402, in call return self( *args, **named ) File "/home/chenys/matting/VIBE/vibe-env/lib/python3.7/site-packages/OpenGL/error.py", line 232, in glCheckError baseOperation = baseOperation, OpenGL.error.GLError: GLError( err = 12289, baseOperation = eglInitialize, cArguments = ( <OpenGL._opaque.EGLDisplay_pointer object at 0x7ffb3db838c8>, c_long(0), c_long(0), ), result = 0 )