-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I tried to configure the environment under windows. The results obtained are as follows:
Necessary variables have not been set (frustum, f, v, or vc).
Initializing GLFW.
Unable to load numpy_formathandler accelerator from OpenGL_accelerate
FRAMEBUFFER ERR: 36053
FRAMEBUFFER ERR: 36053
glValidateProgram: None
glGetProgramInfoLog
GL_MAX_VERTEX_ATTRIBS: 16
0
--Return--
e:\software\miniconda\install\envs\py36\lib\site-packages\opendr-0.73-py3.6.egg\opendr\renderer.py(1156)draw_color_image()->None
-> import pdb; pdb.set_trace()
(Pdb)
I also tried to configure the environment under Linux. The results obtained are as follows:
Necessary variables have not been set (frustum, f, v, or vc).
Initializing GLFW.
Traceback (most recent call last):
File "/home/zhou/SMPL/human_model_viewer-master/ui/main_window.py", line 91, in showEvent
self._init_camera()
File "/home/zhou/SMPL/human_model_viewer-master/ui/main_window.py", line 198, in _init_camera
self.rn.initGL()
File "/home/zhou/miniconda3/lib/python3.8/site-packages/opendr-0.73-py3.8.egg/opendr/renderer.py", line 208, in initGL
GL.glRenderbufferStorageMultisample(GL.GL_RENDERBUFFER, self.nsamples, GL.GL_RGB8, self.frustum['width'], self.frustum['height'])
File "/home/zhou/miniconda3/lib/python3.8/site-packages/OpenGL/platform/baseplatform.py", line 415, in call
return self( *args, **named )
File "src/errorchecker.pyx", line 58, in OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError
OpenGL.error.GLError: GLError(
err = 1282,
description = b'invalid operation',
baseOperation = glRenderbufferStorageMultisample,
cArguments = (GL_RENDERBUFFER, 8, GL_RGB8, 874, 850)
)
已放弃 (核心已转储)
Hope you can get help, thank you very much