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

Laggy Open3D Visualizer for Large Point Clouds on Ubuntu 20.04 #6770

Closed
3 tasks done
joshuatjy opened this issue Apr 26, 2024 · 1 comment
Closed
3 tasks done

Laggy Open3D Visualizer for Large Point Clouds on Ubuntu 20.04 #6770

joshuatjy opened this issue Apr 26, 2024 · 1 comment
Labels
bug Not a build issue, this is likely a bug.

Comments

@joshuatjy
Copy link

Checklist

Describe the issue

I am experiencing lag issues with the Open3D Visualizer on Ubuntu 20.04 when working with larger point clouds. However, the Visualizer performs well on the same PC running Windows 11. I would like to know what could be causing this issue.

visualizerlag-ubuntu.mp4

Steps to reproduce the bug

import open3d as o3d
pcd = o3d.io.read_point_cloud("pcd.ply")
o3d.visualization.draw_geometries([pcd])

Error message

No response

Expected behavior

There should be no lag issues with the Open3D Visualizer on Ubuntu.

Open3D, Python and System information

- Operating system: Ubuntu 20.04.4 LTS
- Python version: Python 3.11.9
- Open3D version: 0.18.0
- System architecture: x86_64
- Is this a remote workstation?: no
- How did you install Open3D?: pip
- Compiler version (if built from source): Not relevant

Additional information

No response

@joshuatjy joshuatjy added the bug Not a build issue, this is likely a bug. label Apr 26, 2024
@joshuatjy
Copy link
Author

joshuatjy commented May 13, 2024

Problem solved. Use the driver released by NVIDIA itself instead of the default Nouveau driver.
nvidia-driver-ubuntu-annotate
Reference: https://www.redswitches.com/blog/install-nvidia-drivers-on-ubuntu-20-04/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not a build issue, this is likely a bug.
Projects
None yet
Development

No branches or pull requests

1 participant