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

Can you explain which library you use to read 'ply' files into a 3D model? #54

Open
NTNPhim opened this issue Jul 2, 2024 · 0 comments

Comments

@NTNPhim
Copy link

NTNPhim commented Jul 2, 2024

I couldn't find a library that helps display the 'ply' file (reconstruction result) as a 3D model like a demo. Some parameters, such as mesh or color, cannot be read. If you have any example code to show 3D model from a 'ply' file, please share it. Thank you so much!

I tried to use Meshlab, Blender or Open3d library to open 'ply' file, the results is just a point cloud.

Screenshot 2024-07-01 at 22 08 08

This is my code used open3d:
'''
import open3d as o3d
import numpy as np

pcd = o3d.io.read_point_cloud("hand4.ply")
o3d.visualization.draw_geometries([pcd])
'''
This is link of ply file: https://drive.google.com/file/d/1bWCP87hFfWlbN3S1RdB-cxGA7W_5ANBq/view?usp=sharing

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

1 participant