Programming Language/Python

conda wsl2 python open3d

lingk 2023. 5. 4. 16:21

 

[Open3D WARNING] GLFW Error: GLX: Failed to create context: GLXBadFBConfig
[Open3D WARNING] Failed to create window
[Open3D WARNING] [DrawGeometries] Failed creating OpenGL window.

 

해당 오류가 발생했을때 해결 방법

: export LIBGL_ALWAYS_INDIRECT=0

 

 

https://github.com/isl-org/Open3D/issues/897

 

GLFW Error: GLX: Failed to create context: GLXBadFBConfig · Issue #897 · isl-org/Open3D

I'm trying to see the results of (https://github.com/fregu856/3DOD_thesis) 3d object detection on kitti data set.In this, open3d is used for the visualization part of 3d bounding boxes. I'm getting...

github.com

 

반응형