matheusgadelha / MRTNet

Code for Multiresolution Tree Networks for 3D Point Cloud Processing (ECCV 2018)
44 stars 6 forks source link

how to visualize .obj file saved #7

Closed peterjohnsonhuang closed 5 years ago

peterjohnsonhuang commented 5 years ago

Hello, I'm sorry to have another problem about visualizing the .obj file saved after training or testing. I tried to use https://3dviewer.net/ this site to visualize them but failed. So may I ask how to visualize them? Thank you.

matheusgadelha commented 5 years ago

The point clouds are saved as vertices of a mesh. It is kind of a hack, but it is easier to visualize in more popular 3D software. Meshlab or blender work perfectly, for example. I think meshlab is more suitable, blender might be an overkill.