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

Visualization tools #4

Open
fengyi233 opened this issue Jul 20, 2024 · 1 comment
Open

Visualization tools #4

fengyi233 opened this issue Jul 20, 2024 · 1 comment

Comments

@fengyi233
Copy link

Thanks for your outstanding work! I would like to know which tool you choose to visualize the .ply files (Fig. 3 in paper). I'm currently using the vtk package in python, but it's really hard to control the viewing angles. Could you share the visualizing code or just tell me the visualization tool, thanks!

@ruili3
Copy link
Owner

ruili3 commented Jul 21, 2024

Hi,

Thanks for your attention. We use plyfile lib to generate the 3D voxels. The code was released and you can check it out here.

PlyData([verts_el, faces_el]).write(str(out_path / f"{save_name}.ply"))

Feel free if you have further questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants