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

【open3d::visualization::Visualizer::AddGeometry】Too much point cloud data cannot be visualized #6732

Open
3 tasks done
YSPplayer opened this issue Mar 29, 2024 · 0 comments
Labels
bug Not a build issue, this is likely a bug.

Comments

@YSPplayer
Copy link

Checklist

Describe the issue

When the number of point clouds that need to be visualized reaches 19549043 or more, additional data cannot be visualized, even if the container can receive so much data.

Steps to reproduce the bug

...
auto pointData = std::make_shared<geometry::PointCloud>();
... //reading point cloud data from a file
int size = pointData->points_.size();//size = 4351*4493 
visualizer.AddGeometry(pointData);
return;

Error message

No response

Expected behavior

No response

Open3D, Python and System information

- Operating system: Windows 10 64-bit
- Open3D version: 0.18.0
- System architecture: x64
- Is this a remote workstation?: no
- How did you install Open3D?: build from source

Additional information

demo

@YSPplayer YSPplayer added the bug Not a build issue, this is likely a bug. label Mar 29, 2024
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