fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
Apache License 2.0
10.05k stars 1.13k forks source link

Pointcloud Renderer #773

Open Zumbalamambo opened 3 years ago

Zumbalamambo commented 3 years ago

Please add an option to load and display Pointcloud

JackUrb commented 3 years ago

What do you mean by displaying a pointcloud? We can do 2d and 3d scatterplots already.

Zumbalamambo commented 3 years ago

@JackUrb Loading a PLY file that has xyzrgb information and displaying it with an option to control/update the camera within the model space

JackUrb commented 3 years ago

This would be a cool feature to have - right now I don't think Plotly has a renderer for this kind of thing, so it'd be implementing a full renderer. Working with 3D isn't really my domain, so I'll be opening this up to the community.

JafferWilson commented 3 years ago

@JackUrb @Zumbalamambo I think this might be helpful: https://chart-studio.plotly.com/~ply-files#/ But I don't think there is a way to "control/update the camera within the model space". Actually, I do not know what it means.