Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I run track.py, I got the issue #96

Open
SomnusKKK opened this issue Mar 22, 2024 · 2 comments
Open

When I run track.py, I got the issue #96

SomnusKKK opened this issue Mar 22, 2024 · 2 comments

Comments

@SomnusKKK
Copy link

`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

@geopavlakos
Copy link
Collaborator

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.

@SomnusKKK
Copy link
Author

Thank you for your reply, I tried to fix the egl error,I failed, I edit PHALP to osmesa but it was error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants