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
2024-11-11 20:46:43,515 INFO -----------------Quick Visualizer Demo of data-------------------------
2024-11-11 20:46:43,515 INFO Mode for visualization: raw
PointFeatureEncoder: absolute_coordinates_encoding() called with no points. Number output features: 4
DataProcessor: mask_points_and_boxes_outside_range() called with no data_dict
DataProcessor: shuffle_points() called with no data_dict
2024-11-11 20:46:43,515 INFO DemoDataset: Loading raw KITTI dataset
2024-11-11 20:46:43,515 INFO Total number of samples: 5
DemoDataset: __getitem__ called
DatasetTemplate: prepare_demo_data() called
PointFeatureEncoder: absolute_coordinates_encoding() processed 122798 points. Point features shape: (122798, 4)
FEngine (64 bits) created at 0x7f503003c010 (threading is enabled)
FEngine resolved backend: OpenGL
2024-11-11 20:46:51,999 INFO Demo visualization of data done.
Error message
No error message appeared, when executing the code, preview window opens and closes.
Open3D, Python and System information
- Operating system: Windows 10 64-bit --> SSH and VcXsrv (X-Server) to Ubuntu 20.04
- Python version: Python 3.8.19
- Open3D version: output from python: 0.18.0
- System architecture: x86 / arm64
- Is this a remote workstation?: yes
- How did you install Open3D?: pip
Additional information
Thank you for your help!
The text was updated successfully, but these errors were encountered:
glxinfo | grep OpenGL
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.2.6
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 21.2.6
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
Error message:
X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 72 (X_PutImage)
Resource id in failed request: 0x200007
Serial number of failed request: 169
Current serial number in output stream: 185
Additional information:
current Problem:
there should be showed a 3D point cloud scene instead of this template (tried this too #2836). Could you take a look @wasdee, @littlesaohuo, @errissa
Checklist
main
branch).Steps to reproduce the issue
I first used Open3D in OpenPCDet:
Then, I tried the new O3DVisualizer instead of Visualizer:
Source Code
Terminal output
Error message
Open3D, Python and System information
Additional information
Thank you for your help!
The text was updated successfully, but these errors were encountered: