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
For track.py, the code also calls the PHALP tracking code, which uses egl, so, it's likely you get a conflict there? Is it possible for you to fix the egl error message? If not, you can consider editing your local installation of PHALP to use osmesa.
`OpenGL.error.GLError: GLError(
err = 12289,
baseOperation = eglInitialize,
cArguments = (
<OpenGL._opaque.EGLDisplay_pointer object at 0x7f6b93c6a140>,
c_long(0),
c_long(0),
),
result = 0
)
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.`
When I run demo.py , I set
os.environ["PYOPENGL_PLATFORM"] = "osmesa"
to solve the problem
But when I run track.py , and made the same set It is wrong
The text was updated successfully, but these errors were encountered: