shurans / sscnet

Semantic Scene Completion from a Single Depth Image
http://sscnet.cs.princeton.edu/
339 stars 91 forks source link

How to visualize the ply files which the evaluation process generates? #5

Closed TracelessLe closed 7 years ago

TracelessLe commented 7 years ago

I use Matlab to observe the format of ply files, and find that it is different from the organized format. Then I try to use some 3D visualization software to deal with them but fail. Would you tell me how to solve the problem? Thanks a lot.

shurans commented 7 years ago

You can open the mesh use Meshlab (http://www.meshlab.net/)

TracelessLe commented 7 years ago

Thank you very much! I succeed.

mgarbade commented 6 years ago

@TracelessLe @shurans Does anyone know how to get the 3D rendering / lighting effect using meshlab? See also this question https://stackoverflow.com/q/48214144/2191652

LongruiDong commented 5 years ago

@TracelessLe @shurans Does anyone know how to get the 3D rendering / lighting effect using meshlab? See also this question https://stackoverflow.com/q/48214144/2191652

hello , I have watched the your excellent video tutorial from https://stackoverflow.com/questions/48214144/how-to-export-3d-pointcloud-as-a-rendered-voxel-grid . In the video, Blender need a mat file as the input, but I can not convert .ply files(output of SSCNet evaluation codes) to .mat file, can you share relevant codes ? what's more,I also made an issue at https://github.com/cagcoach/BlenderPlot/issues/1#issue-387374041 Thank you~~!!